#B9E7E0

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

Shades of Water Leaf #B9E7E0

Tints of Water Leaf #B9E7E0

Color information

#B9E7E0 (or 0xB9E7E0) is unknown color: approx Water Leaf. HEX triplet: B9, E7 and E0. RGB value is (185,231,224). Sum of RGB (Red+Green+Blue) = 185+231+224=640 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.91% from 640); Green value is 231 (90.62% from 255 or 36.09% from 640); Blue value is 224 (87.89% from 255 or 35% from 640); Max value from RGB is 231 - color contains mainly: green. Hex color #B9E7E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9E7E0 is #46181F. Grayscale: #D8D8D8. Windows color (decimal): -4593696 or 14739385. OLE color: 14739385.

HSL color Cylindrical-coordinate representation of color #B9E7E0: hue angle of 170.87º degrees, saturation: 0.49, 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 #B9E7E0 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB185231224-
CMYK0.2000.030.09
HSL170.87º48.94%81.57%-
HSV(B)170.87º19.91%90.59%-
XYZ62.0472.8581.31-
YUV216.45132.26105.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.91%
GREEN value IS 231 (90.62% from 255) = 36.09%
BLUE value IS 224 (87.89% from 255) = 35%
R=28.91%
G=36.09%
B=35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1852312240.2000.030.09170.8748.9481.57
HexB9E7E014039ab3152
Octal27134734024031125361122
Binary101110011110011111100000101000111001101010111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E7E0; }

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

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

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

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

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

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

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

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