#B5E9DE

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

Shades of Water Leaf #B5E9DE

Tints of Water Leaf #B5E9DE

Color information

#B5E9DE (or 0xB5E9DE) is unknown color: approx Water Leaf. HEX triplet: B5, E9 and DE. RGB value is (181,233,222). Sum of RGB (Red+Green+Blue) = 181+233+222=636 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.46% from 636); Green value is 233 (91.41% from 255 or 36.64% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 233 - color contains mainly: green. Hex color #B5E9DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E9DE is #4A1621. Grayscale: #D8D8D8. Windows color (decimal): -4855330 or 14608821. OLE color: 14608821.

HSL color Cylindrical-coordinate representation of color #B5E9DE: hue angle of 167.31º degrees, saturation: 0.54, 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 #B5E9DE is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB181233222-
CMYK0.2200.050.09
HSL167.31º54.17%81.18%-
HSV(B)167.31º22.32%91.37%-
XYZ61.3873.3880.04-
YUV216.2131.27102.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.46%
GREEN value IS 233 (91.41% from 255) = 36.64%
BLUE value IS 222 (87.11% from 255) = 34.91%
R=28.46%
G=36.64%
B=34.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1812332220.2200.050.09167.3154.1781.18
HexB5E9DE16059a73651
Octal26535133626051124766121
Binary1011010111101001110111101011001011001101001111101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E9DE; }

 p { color: rgb(181,233,222); }

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

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

 a { background-color: rgb(181,233,222); }

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

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

 span { border-color: rgb(181,233,222); }

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