Shades of Water Leaf #B8FCE1
Tints of Water Leaf #B8FCE1
RGB
CMYK
RGB Variations
Color information
#B8FCE1 (or 0xB8FCE1) is known color: Water Leaf. HEX triplet: B8, FC and E1. RGB value is (184,252,225). Sum of RGB (Red+Green+Blue) = 184+252+225=661 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.84% from 661); Green value is 252 (98.83% from 255 or 38.12% from 661); Blue value is 225 (88.28% from 255 or 34.04% from 661); Max value from RGB is 252 - color contains mainly: green. Hex color #B8FCE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FCE1 is #47031E. Grayscale: #E4E4E4. Windows color (decimal): -4653855 or 14810296. OLE color: 14810296.
HSL color Cylindrical-coordinate representation of color #B8FCE1: hue angle of 156.18º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8FCE1 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 252 | 225 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.01 |
| HSL | 156.18º | 0.92% | 0.85% | - |
| HSV(B) | 156.18º | 0.27% | 0.99% | - |
| XYZ | 68.17 | 85.25 | 84.1 | - |
| YUV | 228.59 | 125.97 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 252 | 225 | 0.27 | 0 | 0.11 | 0.01 | 156.18 | 0.92 | 0.85 |
| Hex | B8 | FC | E1 | 1B | 0 | B | 1 | 9C | 5C | 55 |
| Octal | 270 | 374 | 341 | 33 | 0 | 13 | 1 | 234 | 134 | 125 |
| Binary | 10111000 | 11111100 | 11100001 | 11011 | 0 | 1011 | 1 | 10011100 | 1011100 | 1010101 |
Color Harmonies of #B8FCE1
Complementary color
Monochromatic Colors of #B8FCE1
Black with #B8FCE1
Text Example
Text Example
White with #B8FCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FCE1; }
p { color: rgb(184,252,225); }
H1.HeaderClassName
{
color: #B8FCE1;
}
.AnyTagClassName
{
color: #B8FCE1;
}
</style>
background-color css
<style>
a { background-color: #B8FCE1; }
a { background-color: rgb(184,252,225); }
div.DivClassName
{
background-color: #B8FCE1;
}
.BgClassName
{
background-color: #B8FCE1;
}
</style>
border-color css
<style>
span { border-color: #B8FCE1; }
span { border-color: rgb(184,252,225); }
td.TdClassName
{
border-color: #B8FCE1;
}
.TagClassName
{
border-color: #B8FCE1;
}
</style>