#B9E8DA

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

Shades of Water Leaf #B9E8DA

Tints of Water Leaf #B9E8DA

Color information

#B9E8DA (or 0xB9E8DA) is unknown color: approx Water Leaf. HEX triplet: B9, E8 and DA. RGB value is (185,232,218). Sum of RGB (Red+Green+Blue) = 185+232+218=635 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.13% from 635); Green value is 232 (91.02% from 255 or 36.54% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 232 - color contains mainly: green. Hex color #B9E8DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9E8DA is #461725. Grayscale: #D8D8D8. Windows color (decimal): -4593446 or 14346425. OLE color: 14346425.

HSL color Cylindrical-coordinate representation of color #B9E8DA: hue angle of 162.13º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9E8DA is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB185232218-
CMYK0.2000.060.09
HSL162.13º50.54%81.76%-
HSV(B)162.13º20.26%90.98%-
XYZ61.5273.0977.19-
YUV216.35128.93105.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.13%
GREEN value IS 232 (91.02% from 255) = 36.54%
BLUE value IS 218 (85.55% from 255) = 34.33%
R=29.13%
G=36.54%
B=34.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1852322180.2000.060.09162.1350.5481.76
HexB9E8DA14069a23352
Octal27135033224061124263122
Binary1011100111101000110110101010001101001101000101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E8DA; }

 p { color: rgb(185,232,218); }

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

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

 a { background-color: rgb(185,232,218); }

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

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

 span { border-color: rgb(185,232,218); }

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