Shades of Water Leaf #B7F2E8
Tints of Water Leaf #B7F2E8
RGB
CMYK
RGB Variations
Color information
#B7F2E8 (or 0xB7F2E8) is known color: Water Leaf. HEX triplet: B7, F2 and E8. RGB value is (183,242,232). Sum of RGB (Red+Green+Blue) = 183+242+232=657 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.85% from 657); Green value is 242 (94.92% from 255 or 36.83% from 657); Blue value is 232 (91.02% from 255 or 35.31% from 657); Max value from RGB is 242 - color contains mainly: green. Hex color #B7F2E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F2E8 is #480D17. Grayscale: #DFDFDF. Windows color (decimal): -4721944 or 15266487. OLE color: 15266487.
HSL color Cylindrical-coordinate representation of color #B7F2E8: hue angle of 169.83º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7F2E8 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 242 | 232 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.05 |
| HSL | 169.83º | 0.69% | 0.83% | - |
| HSV(B) | 169.83º | 0.24% | 0.95% | - |
| XYZ | 65.85 | 79.4 | 88.2 | - |
| YUV | 223.22 | 132.95 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 242 | 232 | 0.24 | 0 | 0.04 | 0.05 | 169.83 | 0.69 | 0.83 |
| Hex | B7 | F2 | E8 | 18 | 0 | 4 | 5 | AA | 45 | 53 |
| Octal | 267 | 362 | 350 | 30 | 0 | 4 | 5 | 252 | 105 | 123 |
| Binary | 10110111 | 11110010 | 11101000 | 11000 | 0 | 100 | 101 | 10101010 | 1000101 | 1010011 |
Color Harmonies of #B7F2E8
Complementary color
Monochromatic Colors of #B7F2E8
Black with #B7F2E8
Text Example
Text Example
White with #B7F2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F2E8; }
p { color: rgb(183,242,232); }
H1.HeaderClassName
{
color: #B7F2E8;
}
.AnyTagClassName
{
color: #B7F2E8;
}
</style>
background-color css
<style>
a { background-color: #B7F2E8; }
a { background-color: rgb(183,242,232); }
div.DivClassName
{
background-color: #B7F2E8;
}
.BgClassName
{
background-color: #B7F2E8;
}
</style>
border-color css
<style>
span { border-color: #B7F2E8; }
span { border-color: rgb(183,242,232); }
td.TdClassName
{
border-color: #B7F2E8;
}
.TagClassName
{
border-color: #B7F2E8;
}
</style>