#B5E7DD

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

Shades of Water Leaf #B5E7DD

Tints of Water Leaf #B5E7DD

Color information

#B5E7DD (or 0xB5E7DD) is unknown color: approx Water Leaf. HEX triplet: B5, E7 and DD. RGB value is (181,231,221). Sum of RGB (Red+Green+Blue) = 181+231+221=633 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.59% from 633); Green value is 231 (90.62% from 255 or 36.49% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 231 - color contains mainly: green. Hex color #B5E7DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E7DD is #4A1822. Grayscale: #D6D6D6. Windows color (decimal): -4855843 or 14542773. OLE color: 14542773.

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

Color convert

RGB181231221-
CMYK0.2200.040.09
HSL168º51.02%80.78%-
HSV(B)168º21.65%90.59%-
XYZ60.6872.279.14-
YUV214.91131.44103.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.59%
GREEN value IS 231 (90.62% from 255) = 36.49%
BLUE value IS 221 (86.72% from 255) = 34.91%
R=28.59%
G=36.49%
B=34.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1812312210.2200.040.0916851.0280.78
HexB5E7DD16049a83351
Octal26534733526041125063121
Binary1011010111100111110111011011001001001101010001100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E7DD; }

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

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

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

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

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

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

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

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