#B9E9E4

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

Shades of Water Leaf #B9E9E4

Tints of Water Leaf #B9E9E4

Color information

#B9E9E4 (or 0xB9E9E4) is unknown color: approx Water Leaf. HEX triplet: B9, E9 and E4. RGB value is (185,233,228). Sum of RGB (Red+Green+Blue) = 185+233+228=646 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.64% from 646); Green value is 233 (91.41% from 255 or 36.07% from 646); Blue value is 228 (89.45% from 255 or 35.29% from 646); Max value from RGB is 233 - color contains mainly: green. Hex color #B9E9E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9E9E4 is #46161B. Grayscale: #DADADA. Windows color (decimal): -4593180 or 15002041. OLE color: 15002041.

HSL color Cylindrical-coordinate representation of color #B9E9E4: hue angle of 173.75º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9E9E4 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB185233228-
CMYK0.2100.020.09
HSL173.75º52.17%81.96%-
HSV(B)173.75º20.6%91.37%-
XYZ63.1574.1984.39-
YUV218.08133.6104.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.64%
GREEN value IS 233 (91.41% from 255) = 36.07%
BLUE value IS 228 (89.45% from 255) = 35.29%
R=28.64%
G=36.07%
B=35.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1852332280.2100.020.09173.7552.1781.96
HexB9E9E415029ae3452
Octal27135134425021125664122
Binary101110011110100111100100101010101001101011101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E9E4; }

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

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

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

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

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

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

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

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