#B5E7DE

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

Shades of Water Leaf #B5E7DE

Tints of Water Leaf #B5E7DE

Color information

#B5E7DE (or 0xB5E7DE) is unknown color: approx Water Leaf. HEX triplet: B5, E7 and DE. RGB value is (181,231,222). Sum of RGB (Red+Green+Blue) = 181+231+222=634 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.55% from 634); Green value is 231 (90.62% from 255 or 36.44% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 231 - color contains mainly: green. Hex color #B5E7DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E7DE is #4A1821. Grayscale: #D7D7D7. Windows color (decimal): -4855842 or 14608309. OLE color: 14608309.

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

Color convert

RGB181231222-
CMYK0.2200.040.09
HSL169.2º51.02%80.78%-
HSV(B)169.2º21.65%90.59%-
XYZ60.8272.2579.85-
YUV215.02131.94103.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.55%
GREEN value IS 231 (90.62% from 255) = 36.44%
BLUE value IS 222 (87.11% from 255) = 35.02%
R=28.55%
G=36.44%
B=35.02%

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
Decimal1812312220.2200.040.09169.251.0280.78
HexB5E7DE16049a93351
Octal26534733626041125163121
Binary1011010111100111110111101011001001001101010011100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E7DE; }

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

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

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

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

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

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

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

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