Shades of Water Leaf #B2FBE5
Tints of Water Leaf #B2FBE5
RGB
CMYK
RGB Variations
Color information
#B2FBE5 (or 0xB2FBE5) is known color: Water Leaf. HEX triplet: B2, FB and E5. RGB value is (178,251,229). Sum of RGB (Red+Green+Blue) = 178+251+229=658 (87% of max value = 765). Red value is 178 (69.92% from 255 or 27.05% from 658); Green value is 251 (98.44% from 255 or 38.15% from 658); Blue value is 229 (89.84% from 255 or 34.80% from 658); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FBE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FBE5 is #4D041A. Grayscale: #E2E2E2. Windows color (decimal): -5047323 or 15072178. OLE color: 15072178.
HSL color Cylindrical-coordinate representation of color #B2FBE5: hue angle of 161.92º 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 #B2FBE5 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 251 | 229 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.02 |
| HSL | 161.92º | 0.9% | 0.84% | - |
| HSV(B) | 161.92º | 0.29% | 0.98% | - |
| XYZ | 67 | 84.12 | 86.83 | - |
| YUV | 226.67 | 129.32 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 251 | 229 | 0.29 | 0 | 0.09 | 0.02 | 161.92 | 0.9 | 0.84 |
| Hex | B2 | FB | E5 | 1D | 0 | 9 | 2 | A2 | 5A | 54 |
| Octal | 262 | 373 | 345 | 35 | 0 | 11 | 2 | 242 | 132 | 124 |
| Binary | 10110010 | 11111011 | 11100101 | 11101 | 0 | 1001 | 10 | 10100010 | 1011010 | 1010100 |
Color Harmonies of #B2FBE5
Complementary color
Monochromatic Colors of #B2FBE5
Black with #B2FBE5
Text Example
Text Example
White with #B2FBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FBE5; }
p { color: rgb(178,251,229); }
H1.HeaderClassName
{
color: #B2FBE5;
}
.AnyTagClassName
{
color: #B2FBE5;
}
</style>
background-color css
<style>
a { background-color: #B2FBE5; }
a { background-color: rgb(178,251,229); }
div.DivClassName
{
background-color: #B2FBE5;
}
.BgClassName
{
background-color: #B2FBE5;
}
</style>
border-color css
<style>
span { border-color: #B2FBE5; }
span { border-color: rgb(178,251,229); }
td.TdClassName
{
border-color: #B2FBE5;
}
.TagClassName
{
border-color: #B2FBE5;
}
</style>