Shades of Water Leaf #B8FFE4
Tints of Water Leaf #B8FFE4
RGB
CMYK
RGB Variations
Color information
#B8FFE4 (or 0xB8FFE4) is known color: Water Leaf. HEX triplet: B8, FF and E4. RGB value is (184,255,228). Sum of RGB (Red+Green+Blue) = 184+255+228=667 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.59% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 228 (89.45% from 255 or 34.18% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FFE4 is #47001B. Grayscale: #E6E6E6. Windows color (decimal): -4653084 or 15007672. OLE color: 15007672.
HSL color Cylindrical-coordinate representation of color #B8FFE4: hue angle of 157.18º 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 #B8FFE4 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 255 | 228 | - |
| CMYK | 0.28 | 0 | 0.11 | 0 |
| HSL | 157.18º | 1% | 0.86% | - |
| HSV(B) | 157.18º | 0.28% | 1% | - |
| XYZ | 69.53 | 87.31 | 86.59 | - |
| YUV | 230.69 | 126.48 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 255 | 228 | 0.28 | 0 | 0.11 | 0 | 157.18 | 1 | 0.86 |
| Hex | B8 | FF | E4 | 1C | 0 | B | 0 | 9D | 64 | 56 |
| Octal | 270 | 377 | 344 | 34 | 0 | 13 | 0 | 235 | 144 | 126 |
| Binary | 10111000 | 11111111 | 11100100 | 11100 | 0 | 1011 | 0 | 10011101 | 1100100 | 1010110 |
Color Harmonies of #B8FFE4
Complementary color
Monochromatic Colors of #B8FFE4
Black with #B8FFE4
Text Example
Text Example
White with #B8FFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FFE4; }
p { color: rgb(184,255,228); }
H1.HeaderClassName
{
color: #B8FFE4;
}
.AnyTagClassName
{
color: #B8FFE4;
}
</style>
background-color css
<style>
a { background-color: #B8FFE4; }
a { background-color: rgb(184,255,228); }
div.DivClassName
{
background-color: #B8FFE4;
}
.BgClassName
{
background-color: #B8FFE4;
}
</style>
border-color css
<style>
span { border-color: #B8FFE4; }
span { border-color: rgb(184,255,228); }
td.TdClassName
{
border-color: #B8FFE4;
}
.TagClassName
{
border-color: #B8FFE4;
}
</style>