#B9E5E0

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

Shades of Water Leaf #B9E5E0

Tints of Water Leaf #B9E5E0

Color information

#B9E5E0 (or 0xB9E5E0) is unknown color: approx Water Leaf. HEX triplet: B9, E5 and E0. RGB value is (185,229,224). Sum of RGB (Red+Green+Blue) = 185+229+224=638 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.00% from 638); Green value is 229 (89.84% from 255 or 35.89% from 638); Blue value is 224 (87.89% from 255 or 35.11% from 638); Max value from RGB is 229 - color contains mainly: green. Hex color #B9E5E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E5E0 is #461A1F. Grayscale: #D7D7D7. Windows color (decimal): -4594208 or 14738873. OLE color: 14738873.

HSL color Cylindrical-coordinate representation of color #B9E5E0: hue angle of 173.18º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9E5E0 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB185229224-
CMYK0.1900.020.10
HSL173.18º45.83%81.18%-
HSV(B)173.18º19.21%89.8%-
XYZ61.4871.7381.13-
YUV215.27132.92106.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.00%
GREEN value IS 229 (89.84% from 255) = 35.89%
BLUE value IS 224 (87.89% from 255) = 35.11%
R=29.00%
G=35.89%
B=35.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1852292240.1900.020.10173.1845.8381.18
HexB9E5E01302Aad2e51
Octal27134534023021225556121
Binary101110011110010111100000100110101010101011011011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E5E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E5E0; }

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

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

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

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

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

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

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

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