Shades of Water Leaf #B2FBE6
Tints of Water Leaf #B2FBE6
RGB
CMYK
RGB Variations
Color information
#B2FBE6 (or 0xB2FBE6) is known color: Water Leaf. HEX triplet: B2, FB and E6. RGB value is (178,251,230). Sum of RGB (Red+Green+Blue) = 178+251+230=659 (87% of max value = 765). Red value is 178 (69.92% from 255 or 27.01% from 659); Green value is 251 (98.44% from 255 or 38.09% from 659); Blue value is 230 (90.23% from 255 or 34.90% from 659); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FBE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FBE6 is #4D0419. Grayscale: #E2E2E2. Windows color (decimal): -5047322 or 15137714. OLE color: 15137714.
HSL color Cylindrical-coordinate representation of color #B2FBE6: hue angle of 162.74º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FBE6 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 251 | 230 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.02 |
| HSL | 162.74º | 0.9% | 0.84% | - |
| HSV(B) | 162.74º | 0.29% | 0.98% | - |
| XYZ | 67.14 | 84.17 | 87.57 | - |
| YUV | 226.78 | 129.82 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 251 | 230 | 0.29 | 0 | 0.08 | 0.02 | 162.74 | 0.9 | 0.84 |
| Hex | B2 | FB | E6 | 1D | 0 | 8 | 2 | A3 | 5A | 54 |
| Octal | 262 | 373 | 346 | 35 | 0 | 10 | 2 | 243 | 132 | 124 |
| Binary | 10110010 | 11111011 | 11100110 | 11101 | 0 | 1000 | 10 | 10100011 | 1011010 | 1010100 |
Color Harmonies of #B2FBE6
Complementary color
Monochromatic Colors of #B2FBE6
Black with #B2FBE6
Text Example
Text Example
White with #B2FBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FBE6; }
p { color: rgb(178,251,230); }
H1.HeaderClassName
{
color: #B2FBE6;
}
.AnyTagClassName
{
color: #B2FBE6;
}
</style>
background-color css
<style>
a { background-color: #B2FBE6; }
a { background-color: rgb(178,251,230); }
div.DivClassName
{
background-color: #B2FBE6;
}
.BgClassName
{
background-color: #B2FBE6;
}
</style>
border-color css
<style>
span { border-color: #B2FBE6; }
span { border-color: rgb(178,251,230); }
td.TdClassName
{
border-color: #B2FBE6;
}
.TagClassName
{
border-color: #B2FBE6;
}
</style>