Shades of Water Leaf #B8FCDF
Tints of Water Leaf #B8FCDF
RGB
CMYK
RGB Variations
Color information
#B8FCDF (or 0xB8FCDF) is known color: Water Leaf. HEX triplet: B8, FC and DF. RGB value is (184,252,223). Sum of RGB (Red+Green+Blue) = 184+252+223=659 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.92% from 659); Green value is 252 (98.83% from 255 or 38.24% from 659); Blue value is 223 (87.5% from 255 or 33.84% from 659); Max value from RGB is 252 - color contains mainly: green. Hex color #B8FCDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FCDF is #470320. Grayscale: #E4E4E4. Windows color (decimal): -4653857 or 14679224. OLE color: 14679224.
HSL color Cylindrical-coordinate representation of color #B8FCDF: hue angle of 154.41º 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 #B8FCDF is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 252 | 223 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.01 |
| HSL | 154.41º | 0.92% | 0.85% | - |
| HSV(B) | 154.41º | 0.27% | 0.99% | - |
| XYZ | 67.9 | 85.14 | 82.67 | - |
| YUV | 228.36 | 124.97 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 252 | 223 | 0.27 | 0 | 0.12 | 0.01 | 154.41 | 0.92 | 0.85 |
| Hex | B8 | FC | DF | 1B | 0 | C | 1 | 9A | 5C | 55 |
| Octal | 270 | 374 | 337 | 33 | 0 | 14 | 1 | 232 | 134 | 125 |
| Binary | 10111000 | 11111100 | 11011111 | 11011 | 0 | 1100 | 1 | 10011010 | 1011100 | 1010101 |
Color Harmonies of #B8FCDF
Complementary color
Monochromatic Colors of #B8FCDF
Black with #B8FCDF
Text Example
Text Example
White with #B8FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FCDF; }
p { color: rgb(184,252,223); }
H1.HeaderClassName
{
color: #B8FCDF;
}
.AnyTagClassName
{
color: #B8FCDF;
}
</style>
background-color css
<style>
a { background-color: #B8FCDF; }
a { background-color: rgb(184,252,223); }
div.DivClassName
{
background-color: #B8FCDF;
}
.BgClassName
{
background-color: #B8FCDF;
}
</style>
border-color css
<style>
span { border-color: #B8FCDF; }
span { border-color: rgb(184,252,223); }
td.TdClassName
{
border-color: #B8FCDF;
}
.TagClassName
{
border-color: #B8FCDF;
}
</style>