#B9EFE4

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

Shades of Water Leaf #B9EFE4

Tints of Water Leaf #B9EFE4

Color information

#B9EFE4 (or 0xB9EFE4) is unknown color: approx Water Leaf. HEX triplet: B9, EF and E4. RGB value is (185,239,228). Sum of RGB (Red+Green+Blue) = 185+239+228=652 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.37% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 228 (89.45% from 255 or 34.97% from 652); Max value from RGB is 239 - color contains mainly: green. Hex color #B9EFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EFE4 is #46101B. Grayscale: #DDDDDD. Windows color (decimal): -4591644 or 15003577. OLE color: 15003577.

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

Color convert

RGB185239228-
CMYK0.2300.050.06
HSL167.78º62.79%83.14%-
HSV(B)167.78º22.59%93.73%-
XYZ64.8877.6584.97-
YUV221.6131.61101.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.37%
GREEN value IS 239 (93.75% from 255) = 36.66%
BLUE value IS 228 (89.45% from 255) = 34.97%
R=28.37%
G=36.66%
B=34.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1852392280.2300.050.06167.7862.7983.14
HexB9EFE417056a83f53
Octal2713573442705625077123
Binary101110011110111111100100101110101110101010001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EFE4; }

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

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

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

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

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

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

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

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