#B9EFE0

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

Shades of Water Leaf #B9EFE0

Tints of Water Leaf #B9EFE0

Color information

#B9EFE0 (or 0xB9EFE0) is unknown color: approx Water Leaf. HEX triplet: B9, EF and E0. RGB value is (185,239,224). Sum of RGB (Red+Green+Blue) = 185+239+224=648 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.55% from 648); Green value is 239 (93.75% from 255 or 36.88% from 648); Blue value is 224 (87.89% from 255 or 34.57% from 648); Max value from RGB is 239 - color contains mainly: green. Hex color #B9EFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EFE0 is #46101F. Grayscale: #DDDDDD. Windows color (decimal): -4591648 or 14741433. OLE color: 14741433.

HSL color Cylindrical-coordinate representation of color #B9EFE0: hue angle of 163.33º 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 #B9EFE0 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB185239224-
CMYK0.2300.060.06
HSL163.33º62.79%83.14%-
HSV(B)163.33º22.59%93.73%-
XYZ64.3377.4382.08-
YUV221.14129.61102.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.55%
GREEN value IS 239 (93.75% from 255) = 36.88%
BLUE value IS 224 (87.89% from 255) = 34.57%
R=28.55%
G=36.88%
B=34.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1852392240.2300.060.06163.3362.7983.14
HexB9EFE017066a33f53
Octal2713573402706624377123
Binary101110011110111111100000101110110110101000111111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EFE0; }

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

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

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

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

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

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

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

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