Shades of Water Leaf #B8FCE0
Tints of Water Leaf #B8FCE0
RGB
CMYK
RGB Variations
Color information
#B8FCE0 (or 0xB8FCE0) is known color: Water Leaf. HEX triplet: B8, FC and E0. RGB value is (184,252,224). Sum of RGB (Red+Green+Blue) = 184+252+224=660 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.88% from 660); Green value is 252 (98.83% from 255 or 38.18% from 660); Blue value is 224 (87.89% from 255 or 33.94% from 660); Max value from RGB is 252 - color contains mainly: green. Hex color #B8FCE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FCE0 is #47031F. Grayscale: #E4E4E4. Windows color (decimal): -4653856 or 14744760. OLE color: 14744760.
HSL color Cylindrical-coordinate representation of color #B8FCE0: hue angle of 155.29º 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 #B8FCE0 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 252 | 224 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.01 |
| HSL | 155.29º | 0.92% | 0.85% | - |
| HSV(B) | 155.29º | 0.27% | 0.99% | - |
| XYZ | 68.03 | 85.19 | 83.38 | - |
| YUV | 228.48 | 125.47 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 252 | 224 | 0.27 | 0 | 0.11 | 0.01 | 155.29 | 0.92 | 0.85 |
| Hex | B8 | FC | E0 | 1B | 0 | B | 1 | 9B | 5C | 55 |
| Octal | 270 | 374 | 340 | 33 | 0 | 13 | 1 | 233 | 134 | 125 |
| Binary | 10111000 | 11111100 | 11100000 | 11011 | 0 | 1011 | 1 | 10011011 | 1011100 | 1010101 |
Color Harmonies of #B8FCE0
Complementary color
Monochromatic Colors of #B8FCE0
Black with #B8FCE0
Text Example
Text Example
White with #B8FCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FCE0; }
p { color: rgb(184,252,224); }
H1.HeaderClassName
{
color: #B8FCE0;
}
.AnyTagClassName
{
color: #B8FCE0;
}
</style>
background-color css
<style>
a { background-color: #B8FCE0; }
a { background-color: rgb(184,252,224); }
div.DivClassName
{
background-color: #B8FCE0;
}
.BgClassName
{
background-color: #B8FCE0;
}
</style>
border-color css
<style>
span { border-color: #B8FCE0; }
span { border-color: rgb(184,252,224); }
td.TdClassName
{
border-color: #B8FCE0;
}
.TagClassName
{
border-color: #B8FCE0;
}
</style>