#B9EFDE

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

Shades of Water Leaf #B9EFDE

Tints of Water Leaf #B9EFDE

Color information

#B9EFDE (or 0xB9EFDE) is unknown color: approx Water Leaf. HEX triplet: B9, EF and DE. RGB value is (185,239,222). Sum of RGB (Red+Green+Blue) = 185+239+222=646 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.64% from 646); Green value is 239 (93.75% from 255 or 37.00% from 646); Blue value is 222 (87.11% from 255 or 34.37% from 646); Max value from RGB is 239 - color contains mainly: green. Hex color #B9EFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EFDE is #461021. Grayscale: #DCDCDC. Windows color (decimal): -4591650 or 14610361. OLE color: 14610361.

HSL color Cylindrical-coordinate representation of color #B9EFDE: hue angle of 161.11º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9EFDE is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB185239222-
CMYK0.2300.070.06
HSL161.11º62.79%83.14%-
HSV(B)161.11º22.59%93.73%-
XYZ64.0677.3280.66-
YUV220.92128.61102.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.64%
GREEN value IS 239 (93.75% from 255) = 37.00%
BLUE value IS 222 (87.11% from 255) = 34.37%
R=28.64%
G=37.00%
B=34.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1852392220.2300.070.06161.1162.7983.14
HexB9EFDE17076a13f53
Octal2713573362707624177123
Binary101110011110111111011110101110111110101000011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EFDE; }

 p { color: rgb(185,239,222); }

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

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

 a { background-color: rgb(185,239,222); }

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

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

 span { border-color: rgb(185,239,222); }

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