#BEDE8E

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

Shades of Sulu #BEDE8E

Tints of Sulu #BEDE8E

Color information

#BEDE8E (or 0xBEDE8E) is unknown color: approx Sulu. HEX triplet: BE, DE and 8E. RGB value is (190,222,142). Sum of RGB (Red+Green+Blue) = 190+222+142=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 142 (55.86% from 255 or 25.63% from 554); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDE8E is #412171. Grayscale: #CBCBCB. Windows color (decimal): -4268402 or 9363134. OLE color: 9363134.

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

Color convert

RGB190222142-
CMYK0.1400.360.13
HSL84º54.79%71.37%-
HSV(B)84º36.04%87.06%-
XYZ52.2465.1435.41-
YUV203.3193.4118.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.30%
GREEN value IS 222 (87.11% from 255) = 40.07%
BLUE value IS 142 (55.86% from 255) = 25.63%
R=34.30%
G=40.07%
B=25.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902221420.1400.360.138454.7971.37
HexBEDE8EE024D543747
Octal276336216160441512467107
Binary10111110110111101000111011100100100110110101001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDE8E; }

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

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

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

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

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

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

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

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