Shades of Water Leaf #B2FFE8
Tints of Water Leaf #B2FFE8
RGB
CMYK
RGB Variations
Color information
#B2FFE8 (or 0xB2FFE8) is known color: Water Leaf. HEX triplet: B2, FF and E8. RGB value is (178,255,232). Sum of RGB (Red+Green+Blue) = 178+255+232=665 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.77% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 232 (91.02% from 255 or 34.89% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FFE8 is #4D0017. Grayscale: #E5E5E5. Windows color (decimal): -5046296 or 15269810. OLE color: 15269810.
HSL color Cylindrical-coordinate representation of color #B2FFE8: hue angle of 162.08º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FFE8 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 232 | - |
| CMYK | 0.30 | 0 | 0.09 | 0 |
| HSL | 162.08º | 1% | 0.85% | - |
| HSV(B) | 162.08º | 0.3% | 1% | - |
| XYZ | 68.69 | 86.81 | 89.48 | - |
| YUV | 229.36 | 129.49 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 232 | 0.30 | 0 | 0.09 | 0 | 162.08 | 1 | 0.85 |
| Hex | B2 | FF | E8 | 1E | 0 | 9 | 0 | A2 | 64 | 55 |
| Octal | 262 | 377 | 350 | 36 | 0 | 11 | 0 | 242 | 144 | 125 |
| Binary | 10110010 | 11111111 | 11101000 | 11110 | 0 | 1001 | 0 | 10100010 | 1100100 | 1010101 |
Color Harmonies of #B2FFE8
Complementary color
Monochromatic Colors of #B2FFE8
Black with #B2FFE8
Text Example
Text Example
White with #B2FFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FFE8; }
p { color: rgb(178,255,232); }
H1.HeaderClassName
{
color: #B2FFE8;
}
.AnyTagClassName
{
color: #B2FFE8;
}
</style>
background-color css
<style>
a { background-color: #B2FFE8; }
a { background-color: rgb(178,255,232); }
div.DivClassName
{
background-color: #B2FFE8;
}
.BgClassName
{
background-color: #B2FFE8;
}
</style>
border-color css
<style>
span { border-color: #B2FFE8; }
span { border-color: rgb(178,255,232); }
td.TdClassName
{
border-color: #B2FFE8;
}
.TagClassName
{
border-color: #B2FFE8;
}
</style>