#B9E4DF

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

Shades of Water Leaf #B9E4DF

Tints of Water Leaf #B9E4DF

Color information

#B9E4DF (or 0xB9E4DF) is unknown color: approx Water Leaf. HEX triplet: B9, E4 and DF. RGB value is (185,228,223). Sum of RGB (Red+Green+Blue) = 185+228+223=636 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.09% from 636); Green value is 228 (89.45% from 255 or 35.85% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 228 - color contains mainly: green. Hex color #B9E4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E4DF is #461B20. Grayscale: #D6D6D6. Windows color (decimal): -4594465 or 14673081. OLE color: 14673081.

HSL color Cylindrical-coordinate representation of color #B9E4DF: hue angle of 173.02º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9E4DF is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB185228223-
CMYK0.1900.020.11
HSL173.02º44.33%80.98%-
HSV(B)173.02º18.86%89.41%-
XYZ61.0771.1380.32-
YUV214.57132.75106.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.09%
GREEN value IS 228 (89.45% from 255) = 35.85%
BLUE value IS 223 (87.5% from 255) = 35.06%
R=29.09%
G=35.85%
B=35.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1852282230.1900.020.11173.0244.3380.98
HexB9E4DF1302Bad2c51
Octal27134433723021325554121
Binary101110011110010011011111100110101011101011011011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E4DF; }

 p { color: rgb(185,228,223); }

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

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

 a { background-color: rgb(185,228,223); }

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

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

 span { border-color: rgb(185,228,223); }

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