#B9E6E0

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

Shades of Water Leaf #B9E6E0

Tints of Water Leaf #B9E6E0

Color information

#B9E6E0 (or 0xB9E6E0) is unknown color: approx Water Leaf. HEX triplet: B9, E6 and E0. RGB value is (185,230,224). Sum of RGB (Red+Green+Blue) = 185+230+224=639 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.95% from 639); Green value is 230 (90.23% from 255 or 35.99% from 639); Blue value is 224 (87.89% from 255 or 35.05% from 639); Max value from RGB is 230 - color contains mainly: green. Hex color #B9E6E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9E6E0 is #46191F. Grayscale: #D7D7D7. Windows color (decimal): -4593952 or 14739129. OLE color: 14739129.

HSL color Cylindrical-coordinate representation of color #B9E6E0: hue angle of 172º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9E6E0 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB185230224-
CMYK0.2000.030.10
HSL172º47.37%81.37%-
HSV(B)172º19.57%90.2%-
XYZ61.7672.2981.22-
YUV215.86132.59105.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.95%
GREEN value IS 230 (90.23% from 255) = 35.99%
BLUE value IS 224 (87.89% from 255) = 35.05%
R=28.95%
G=35.99%
B=35.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1852302240.2000.030.1017247.3781.37
HexB9E6E01403Aac2f51
Octal27134634024031225457121
Binary101110011110011011100000101000111010101011001011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E6E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E6E0; }

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

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

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

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

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

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

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

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