#bede8c

Color #BEDE8C Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #BEDE8C

Tints of Sulu #BEDE8C

Color information

#BEDE8C (or 0xBEDE8C) is unknown color: approx Sulu. HEX triplet: BE, DE and 8C. RGB value is (190,222,140). Sum of RGB (Red+Green+Blue) = 190+222+140=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 222 (87.11% from 255 or 40.22% from 552); Blue value is 140 (55.08% from 255 or 25.36% from 552); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDE8C is #412173. Grayscale: #CBCBCB. Windows color (decimal): -4268404 or 9232062. OLE color: 9232062.

HSL color Cylindrical-coordinate representation of color #BEDE8C: hue angle of 83.41º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEDE8C is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB190222140-
CMYK0.1400.370.13
HSL83.41º55.41%70.98%-
HSV(B)83.41º36.94%87.06%-
XYZ52.0965.0834.63-
YUV203.0892.4118.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 34.42%
GREEN value IS 222 (87.11% from 255) = 40.22%
BLUE value IS 140 (55.08% from 255) = 25.36%
R=34.42%
G=40.22%
B=25.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902221400.1400.370.1383.4155.4170.98
HexBEDE8CE025D533747
Octal276336214160451512367107
Binary10111110110111101000110011100100101110110100111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bede8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bede8c; }

 p { color: rgb(190,222,140); }

 H1.HeaderClassName
 {
   color: #bede8c;
 }
 .AnyTagClassName
 {
   color: #bede8c;
 }
</style>
background-color css

<style>
 a { background-color: #bede8c; }

 a { background-color: rgb(190,222,140); }

 div.DivClassName
 {
   background-color: #bede8c;
 }
 .BgClassName
 {
   background-color: #bede8c;
 }
</style>
border-color css

<style>
 span { border-color: #bede8c; }

 span { border-color: rgb(190,222,140); }

 td.TdClassName
 {
   border-color: #bede8c;
 }
 .TagClassName
 {
   border-color: #bede8c;
 }
</style>