Shades of Water Leaf #B8FFE8
Tints of Water Leaf #B8FFE8
RGB
CMYK
RGB Variations
Color information
#B8FFE8 (or 0xB8FFE8) is known color: Water Leaf. HEX triplet: B8, FF and E8. RGB value is (184,255,232). Sum of RGB (Red+Green+Blue) = 184+255+232=671 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.42% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 232 (91.02% from 255 or 34.58% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FFE8 is #470017. Grayscale: #E7E7E7. Windows color (decimal): -4653080 or 15269816. OLE color: 15269816.
HSL color Cylindrical-coordinate representation of color #B8FFE8: hue angle of 160.56º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8FFE8 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 255 | 232 | - |
| CMYK | 0.28 | 0 | 0.09 | 0 |
| HSL | 160.56º | 1% | 0.86% | - |
| HSV(B) | 160.56º | 0.28% | 1% | - |
| XYZ | 70.09 | 87.54 | 89.55 | - |
| YUV | 231.15 | 128.48 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 255 | 232 | 0.28 | 0 | 0.09 | 0 | 160.56 | 1 | 0.86 |
| Hex | B8 | FF | E8 | 1C | 0 | 9 | 0 | A1 | 64 | 56 |
| Octal | 270 | 377 | 350 | 34 | 0 | 11 | 0 | 241 | 144 | 126 |
| Binary | 10111000 | 11111111 | 11101000 | 11100 | 0 | 1001 | 0 | 10100001 | 1100100 | 1010110 |
Color Harmonies of #B8FFE8
Complementary color
Monochromatic Colors of #B8FFE8
Black with #B8FFE8
Text Example
Text Example
White with #B8FFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FFE8; }
p { color: rgb(184,255,232); }
H1.HeaderClassName
{
color: #B8FFE8;
}
.AnyTagClassName
{
color: #B8FFE8;
}
</style>
background-color css
<style>
a { background-color: #B8FFE8; }
a { background-color: rgb(184,255,232); }
div.DivClassName
{
background-color: #B8FFE8;
}
.BgClassName
{
background-color: #B8FFE8;
}
</style>
border-color css
<style>
span { border-color: #B8FFE8; }
span { border-color: rgb(184,255,232); }
td.TdClassName
{
border-color: #B8FFE8;
}
.TagClassName
{
border-color: #B8FFE8;
}
</style>