#B9E9DF

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

Shades of Water Leaf #B9E9DF

Tints of Water Leaf #B9E9DF

Color information

#B9E9DF (or 0xB9E9DF) is unknown color: approx Water Leaf. HEX triplet: B9, E9 and DF. RGB value is (185,233,223). Sum of RGB (Red+Green+Blue) = 185+233+223=641 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.86% from 641); Green value is 233 (91.41% from 255 or 36.35% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 233 - color contains mainly: green. Hex color #B9E9DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9E9DF is #461620. Grayscale: #D9D9D9. Windows color (decimal): -4593185 or 14674361. OLE color: 14674361.

HSL color Cylindrical-coordinate representation of color #B9E9DF: hue angle of 167.5º 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 #B9E9DF is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB185233223-
CMYK0.2100.040.09
HSL167.5º52.17%81.96%-
HSV(B)167.5º20.6%91.37%-
XYZ62.4773.9280.79-
YUV217.51131.1104.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.86%
GREEN value IS 233 (91.41% from 255) = 36.35%
BLUE value IS 223 (87.5% from 255) = 34.79%
R=28.86%
G=36.35%
B=34.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1852332230.2100.040.09167.552.1781.96
HexB9E9DF15049a83452
Octal27135133725041125064122
Binary1011100111101001110111111010101001001101010001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E9DF; }

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

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

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

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

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

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

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

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