Shades of Water Leaf #B5E8DF
Tints of Water Leaf #B5E8DF
RGB
CMYK
RGB Variations
Color information
#B5E8DF (or 0xB5E8DF) is known color: Water Leaf. HEX triplet: B5, E8 and DF. RGB value is (181,232,223). Sum of RGB (Red+Green+Blue) = 181+232+223=636 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.46% from 636); Green value is 232 (91.02% from 255 or 36.48% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 232 - color contains mainly: green. Hex color #B5E8DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E8DF is #4A1720. Grayscale: #D7D7D7. Windows color (decimal): -4855585 or 14674101. OLE color: 14674101.
HSL color Cylindrical-coordinate representation of color #B5E8DF: hue angle of 169.41º 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 #B5E8DF is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 232 | 223 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.09 |
| HSL | 169.41º | 0.53% | 0.81% | - |
| HSV(B) | 169.41º | 0.22% | 0.91% | - |
| XYZ | 61.23 | 72.86 | 80.65 | - |
| YUV | 215.73 | 132.1 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 232 | 223 | 0.22 | 0 | 0.04 | 0.09 | 169.41 | 0.53 | 0.81 |
| Hex | B5 | E8 | DF | 16 | 0 | 4 | 9 | A9 | 35 | 51 |
| Octal | 265 | 350 | 337 | 26 | 0 | 4 | 11 | 251 | 65 | 121 |
| Binary | 10110101 | 11101000 | 11011111 | 10110 | 0 | 100 | 1001 | 10101001 | 110101 | 1010001 |
Color Harmonies of #B5E8DF
Complementary color
Monochromatic Colors of #B5E8DF
Black with #B5E8DF
Text Example
Text Example
White with #B5E8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E8DF; }
p { color: rgb(181,232,223); }
H1.HeaderClassName
{
color: #B5E8DF;
}
.AnyTagClassName
{
color: #B5E8DF;
}
</style>
background-color css
<style>
a { background-color: #B5E8DF; }
a { background-color: rgb(181,232,223); }
div.DivClassName
{
background-color: #B5E8DF;
}
.BgClassName
{
background-color: #B5E8DF;
}
</style>
border-color css
<style>
span { border-color: #B5E8DF; }
span { border-color: rgb(181,232,223); }
td.TdClassName
{
border-color: #B5E8DF;
}
.TagClassName
{
border-color: #B5E8DF;
}
</style>