#B9EADF

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

Shades of Water Leaf #B9EADF

Tints of Water Leaf #B9EADF

Color information

#B9EADF (or 0xB9EADF) is unknown color: approx Water Leaf. HEX triplet: B9, EA and DF. RGB value is (185,234,223). Sum of RGB (Red+Green+Blue) = 185+234+223=642 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.82% from 642); Green value is 234 (91.80% from 255 or 36.45% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 234 - color contains mainly: green. Hex color #B9EADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EADF is #461520. Grayscale: #DADADA. Windows color (decimal): -4592929 or 14674617. OLE color: 14674617.

HSL color Cylindrical-coordinate representation of color #B9EADF: hue angle of 166.53º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9EADF is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB185234223-
CMYK0.2100.050.08
HSL166.53º53.85%82.16%-
HSV(B)166.53º20.94%91.76%-
XYZ62.7574.4980.88-
YUV218.1130.77104.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.82%
GREEN value IS 234 (91.80% from 255) = 36.45%
BLUE value IS 223 (87.5% from 255) = 34.74%
R=28.82%
G=36.45%
B=34.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1852342230.2100.050.08166.5353.8582.16
HexB9EADF15058a73652
Octal27135233725051024766122
Binary1011100111101010110111111010101011000101001111101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EADF; }

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

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

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

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

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

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

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

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