Shades of Water Leaf #B2F9E7
Tints of Water Leaf #B2F9E7
RGB
CMYK
RGB Variations
Color information
#B2F9E7 (or 0xB2F9E7) is known color: Water Leaf. HEX triplet: B2, F9 and E7. RGB value is (178,249,231). Sum of RGB (Red+Green+Blue) = 178+249+231=658 (87% of max value = 765). Red value is 178 (69.92% from 255 or 27.05% from 658); Green value is 249 (97.66% from 255 or 37.84% from 658); Blue value is 231 (90.62% from 255 or 35.11% from 658); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F9E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F9E7 is #4D0618. Grayscale: #E1E1E1. Windows color (decimal): -5047833 or 15202738. OLE color: 15202738.
HSL color Cylindrical-coordinate representation of color #B2F9E7: hue angle of 164.79º degrees, saturation: 0.86, 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 #B2F9E7 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 249 | 231 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.02 |
| HSL | 164.79º | 0.86% | 0.84% | - |
| HSV(B) | 164.79º | 0.29% | 0.98% | - |
| XYZ | 66.66 | 82.99 | 88.11 | - |
| YUV | 225.72 | 130.98 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 249 | 231 | 0.29 | 0 | 0.07 | 0.02 | 164.79 | 0.86 | 0.84 |
| Hex | B2 | F9 | E7 | 1D | 0 | 7 | 2 | A5 | 56 | 54 |
| Octal | 262 | 371 | 347 | 35 | 0 | 7 | 2 | 245 | 126 | 124 |
| Binary | 10110010 | 11111001 | 11100111 | 11101 | 0 | 111 | 10 | 10100101 | 1010110 | 1010100 |
Color Harmonies of #B2F9E7
Complementary color
Monochromatic Colors of #B2F9E7
Black with #B2F9E7
Text Example
Text Example
White with #B2F9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F9E7; }
p { color: rgb(178,249,231); }
H1.HeaderClassName
{
color: #B2F9E7;
}
.AnyTagClassName
{
color: #B2F9E7;
}
</style>
background-color css
<style>
a { background-color: #B2F9E7; }
a { background-color: rgb(178,249,231); }
div.DivClassName
{
background-color: #B2F9E7;
}
.BgClassName
{
background-color: #B2F9E7;
}
</style>
border-color css
<style>
span { border-color: #B2F9E7; }
span { border-color: rgb(178,249,231); }
td.TdClassName
{
border-color: #B2F9E7;
}
.TagClassName
{
border-color: #B2F9E7;
}
</style>