Shades of Water Leaf #B8F2E8
Tints of Water Leaf #B8F2E8
RGB
CMYK
RGB Variations
Color information
#B8F2E8 (or 0xB8F2E8) is known color: Water Leaf. HEX triplet: B8, F2 and E8. RGB value is (184,242,232). Sum of RGB (Red+Green+Blue) = 184+242+232=658 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.96% from 658); Green value is 242 (94.92% from 255 or 36.78% from 658); Blue value is 232 (91.02% from 255 or 35.26% from 658); Max value from RGB is 242 - color contains mainly: green. Hex color #B8F2E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8F2E8 is #470D17. Grayscale: #DFDFDF. Windows color (decimal): -4656408 or 15266488. OLE color: 15266488.
HSL color Cylindrical-coordinate representation of color #B8F2E8: hue angle of 169.66º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8F2E8 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 242 | 232 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.05 |
| HSL | 169.66º | 0.69% | 0.84% | - |
| HSV(B) | 169.66º | 0.24% | 0.95% | - |
| XYZ | 66.08 | 79.52 | 88.21 | - |
| YUV | 223.52 | 132.78 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 242 | 232 | 0.24 | 0 | 0.04 | 0.05 | 169.66 | 0.69 | 0.84 |
| Hex | B8 | F2 | E8 | 18 | 0 | 4 | 5 | AA | 45 | 54 |
| Octal | 270 | 362 | 350 | 30 | 0 | 4 | 5 | 252 | 105 | 124 |
| Binary | 10111000 | 11110010 | 11101000 | 11000 | 0 | 100 | 101 | 10101010 | 1000101 | 1010100 |
Color Harmonies of #B8F2E8
Complementary color
Monochromatic Colors of #B8F2E8
Black with #B8F2E8
Text Example
Text Example
White with #B8F2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F2E8; }
p { color: rgb(184,242,232); }
H1.HeaderClassName
{
color: #B8F2E8;
}
.AnyTagClassName
{
color: #B8F2E8;
}
</style>
background-color css
<style>
a { background-color: #B8F2E8; }
a { background-color: rgb(184,242,232); }
div.DivClassName
{
background-color: #B8F2E8;
}
.BgClassName
{
background-color: #B8F2E8;
}
</style>
border-color css
<style>
span { border-color: #B8F2E8; }
span { border-color: rgb(184,242,232); }
td.TdClassName
{
border-color: #B8F2E8;
}
.TagClassName
{
border-color: #B8F2E8;
}
</style>