Shades of Water Leaf #B8FCEC
Tints of Water Leaf #B8FCEC
RGB
CMYK
RGB Variations
Color information
#B8FCEC (or 0xB8FCEC) is known color: Water Leaf. HEX triplet: B8, FC and EC. RGB value is (184,252,236). Sum of RGB (Red+Green+Blue) = 184+252+236=672 (89% of max value = 765). Red value is 184 (72.27% from 255 or 27.38% from 672); Green value is 252 (98.83% from 255 or 37.5% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 252 - color contains mainly: green. Hex color #B8FCEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FCEC is #470313. Grayscale: #E5E5E5. Windows color (decimal): -4653844 or 15531192. OLE color: 15531192.
HSL color Cylindrical-coordinate representation of color #B8FCEC: hue angle of 165.88º 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 #B8FCEC is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 252 | 236 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.01 |
| HSL | 165.88º | 0.92% | 0.85% | - |
| HSV(B) | 165.88º | 0.27% | 0.99% | - |
| XYZ | 69.72 | 85.87 | 92.26 | - |
| YUV | 229.84 | 131.47 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 252 | 236 | 0.27 | 0 | 0.06 | 0.01 | 165.88 | 0.92 | 0.85 |
| Hex | B8 | FC | EC | 1B | 0 | 6 | 1 | A6 | 5C | 55 |
| Octal | 270 | 374 | 354 | 33 | 0 | 6 | 1 | 246 | 134 | 125 |
| Binary | 10111000 | 11111100 | 11101100 | 11011 | 0 | 110 | 1 | 10100110 | 1011100 | 1010101 |
Color Harmonies of #B8FCEC
Complementary color
Monochromatic Colors of #B8FCEC
Black with #B8FCEC
Text Example
Text Example
White with #B8FCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FCEC; }
p { color: rgb(184,252,236); }
H1.HeaderClassName
{
color: #B8FCEC;
}
.AnyTagClassName
{
color: #B8FCEC;
}
</style>
background-color css
<style>
a { background-color: #B8FCEC; }
a { background-color: rgb(184,252,236); }
div.DivClassName
{
background-color: #B8FCEC;
}
.BgClassName
{
background-color: #B8FCEC;
}
</style>
border-color css
<style>
span { border-color: #B8FCEC; }
span { border-color: rgb(184,252,236); }
td.TdClassName
{
border-color: #B8FCEC;
}
.TagClassName
{
border-color: #B8FCEC;
}
</style>