#B5E9DD

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

Shades of Water Leaf #B5E9DD

Tints of Water Leaf #B5E9DD

Color information

#B5E9DD (or 0xB5E9DD) is unknown color: approx Water Leaf. HEX triplet: B5, E9 and DD. RGB value is (181,233,221). Sum of RGB (Red+Green+Blue) = 181+233+221=635 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.50% from 635); Green value is 233 (91.41% from 255 or 36.69% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 233 - color contains mainly: green. Hex color #B5E9DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E9DD is #4A1622. Grayscale: #D8D8D8. Windows color (decimal): -4855331 or 14543285. OLE color: 14543285.

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

Color convert

RGB181233221-
CMYK0.2200.050.09
HSL166.15º54.17%81.18%-
HSV(B)166.15º22.32%91.37%-
XYZ61.2573.3279.33-
YUV216.08130.77102.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.50%
GREEN value IS 233 (91.41% from 255) = 36.69%
BLUE value IS 221 (86.72% from 255) = 34.80%
R=28.50%
G=36.69%
B=34.80%

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
Decimal1812332210.2200.050.09166.1554.1781.18
HexB5E9DD16059a63651
Octal26535133526051124666121
Binary1011010111101001110111011011001011001101001101101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E9DD; }

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

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

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

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

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

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

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

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