Shades of Water Leaf #B5F8E8
Tints of Water Leaf #B5F8E8
RGB
CMYK
RGB Variations
Color information
#B5F8E8 (or 0xB5F8E8) is known color: Water Leaf. HEX triplet: B5, F8 and E8. RGB value is (181,248,232). Sum of RGB (Red+Green+Blue) = 181+248+232=661 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.38% from 661); Green value is 248 (97.27% from 255 or 37.52% from 661); Blue value is 232 (91.02% from 255 or 35.10% from 661); Max value from RGB is 248 - color contains mainly: green. Hex color #B5F8E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F8E8 is #4A0717. Grayscale: #E2E2E2. Windows color (decimal): -4851480 or 15268021. OLE color: 15268021.
HSL color Cylindrical-coordinate representation of color #B5F8E8: hue angle of 165.67º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5F8E8 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 248 | 232 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.03 |
| HSL | 165.67º | 0.83% | 0.84% | - |
| HSV(B) | 165.67º | 0.27% | 0.97% | - |
| XYZ | 67.19 | 82.78 | 88.78 | - |
| YUV | 226.14 | 131.3 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 248 | 232 | 0.27 | 0 | 0.06 | 0.03 | 165.67 | 0.83 | 0.84 |
| Hex | B5 | F8 | E8 | 1B | 0 | 6 | 3 | A6 | 53 | 54 |
| Octal | 265 | 370 | 350 | 33 | 0 | 6 | 3 | 246 | 123 | 124 |
| Binary | 10110101 | 11111000 | 11101000 | 11011 | 0 | 110 | 11 | 10100110 | 1010011 | 1010100 |
Color Harmonies of #B5F8E8
Complementary color
Monochromatic Colors of #B5F8E8
Black with #B5F8E8
Text Example
Text Example
White with #B5F8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F8E8; }
p { color: rgb(181,248,232); }
H1.HeaderClassName
{
color: #B5F8E8;
}
.AnyTagClassName
{
color: #B5F8E8;
}
</style>
background-color css
<style>
a { background-color: #B5F8E8; }
a { background-color: rgb(181,248,232); }
div.DivClassName
{
background-color: #B5F8E8;
}
.BgClassName
{
background-color: #B5F8E8;
}
</style>
border-color css
<style>
span { border-color: #B5F8E8; }
span { border-color: rgb(181,248,232); }
td.TdClassName
{
border-color: #B5F8E8;
}
.TagClassName
{
border-color: #B5F8E8;
}
</style>