Shades of Water Leaf #B8FBDF
Tints of Water Leaf #B8FBDF
RGB
CMYK
RGB Variations
Color information
#B8FBDF (or 0xB8FBDF) is known color: Water Leaf. HEX triplet: B8, FB and DF. RGB value is (184,251,223). Sum of RGB (Red+Green+Blue) = 184+251+223=658 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.96% from 658); Green value is 251 (98.44% from 255 or 38.15% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 251 - color contains mainly: green. Hex color #B8FBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FBDF is #470420. Grayscale: #E3E3E3. Windows color (decimal): -4654113 or 14678968. OLE color: 14678968.
HSL color Cylindrical-coordinate representation of color #B8FBDF: hue angle of 154.93º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8FBDF is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 251 | 223 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.02 |
| HSL | 154.93º | 0.89% | 0.85% | - |
| HSV(B) | 154.93º | 0.27% | 0.98% | - |
| XYZ | 67.58 | 84.51 | 82.56 | - |
| YUV | 227.78 | 125.3 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 251 | 223 | 0.27 | 0 | 0.11 | 0.02 | 154.93 | 0.89 | 0.85 |
| Hex | B8 | FB | DF | 1B | 0 | B | 2 | 9B | 59 | 55 |
| Octal | 270 | 373 | 337 | 33 | 0 | 13 | 2 | 233 | 131 | 125 |
| Binary | 10111000 | 11111011 | 11011111 | 11011 | 0 | 1011 | 10 | 10011011 | 1011001 | 1010101 |
Color Harmonies of #B8FBDF
Complementary color
Monochromatic Colors of #B8FBDF
Black with #B8FBDF
Text Example
Text Example
White with #B8FBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FBDF; }
p { color: rgb(184,251,223); }
H1.HeaderClassName
{
color: #B8FBDF;
}
.AnyTagClassName
{
color: #B8FBDF;
}
</style>
background-color css
<style>
a { background-color: #B8FBDF; }
a { background-color: rgb(184,251,223); }
div.DivClassName
{
background-color: #B8FBDF;
}
.BgClassName
{
background-color: #B8FBDF;
}
</style>
border-color css
<style>
span { border-color: #B8FBDF; }
span { border-color: rgb(184,251,223); }
td.TdClassName
{
border-color: #B8FBDF;
}
.TagClassName
{
border-color: #B8FBDF;
}
</style>