#B5E8E2

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

Shades of Water Leaf #B5E8E2

Tints of Water Leaf #B5E8E2

Color information

#B5E8E2 (or 0xB5E8E2) is unknown color: approx Water Leaf. HEX triplet: B5, E8 and E2. RGB value is (181,232,226). Sum of RGB (Red+Green+Blue) = 181+232+226=639 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.33% from 639); Green value is 232 (91.02% from 255 or 36.31% from 639); Blue value is 226 (88.67% from 255 or 35.37% from 639); Max value from RGB is 232 - color contains mainly: green. Hex color #B5E8E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E8E2 is #4A171D. Grayscale: #D8D8D8. Windows color (decimal): -4855582 or 14870709. OLE color: 14870709.

HSL color Cylindrical-coordinate representation of color #B5E8E2: hue angle of 172.94º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5E8E2 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB181232226-
CMYK0.2200.030.09
HSL172.94º52.58%80.98%-
HSV(B)172.94º21.98%90.98%-
XYZ61.6473.0382.8-
YUV216.07133.6102.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.33%
GREEN value IS 232 (91.02% from 255) = 36.31%
BLUE value IS 226 (88.67% from 255) = 35.37%
R=28.33%
G=36.31%
B=35.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1812322260.2200.030.09172.9452.5880.98
HexB5E8E216039ad3551
Octal26535034226031125565121
Binary101101011110100011100010101100111001101011011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E8E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E8E2; }

 p { color: rgb(181,232,226); }

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

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

 a { background-color: rgb(181,232,226); }

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

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

 span { border-color: rgb(181,232,226); }

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