Shades of Water Leaf #BFF8EC
Tints of Water Leaf #BFF8EC
RGB
CMYK
RGB Variations
Color information
#BFF8EC (or 0xBFF8EC) is known color: Water Leaf. HEX triplet: BF, F8 and EC. RGB value is (191,248,236). Sum of RGB (Red+Green+Blue) = 191+248+236=675 (89% of max value = 765). Red value is 191 (75% from 255 or 28.30% from 675); Green value is 248 (97.27% from 255 or 36.74% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF8EC is #400713. Grayscale: #E5E5E5. Windows color (decimal): -4196116 or 15530175. OLE color: 15530175.
HSL color Cylindrical-coordinate representation of color #BFF8EC: hue angle of 167.37º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF8EC is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 236 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.03 |
| HSL | 167.37º | 0.8% | 0.86% | - |
| HSV(B) | 167.37º | 0.23% | 0.97% | - |
| XYZ | 70.19 | 84.27 | 91.92 | - |
| YUV | 229.59 | 131.62 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 236 | 0.23 | 0 | 0.05 | 0.03 | 167.37 | 0.8 | 0.86 |
| Hex | BF | F8 | EC | 17 | 0 | 5 | 3 | A7 | 50 | 56 |
| Octal | 277 | 370 | 354 | 27 | 0 | 5 | 3 | 247 | 120 | 126 |
| Binary | 10111111 | 11111000 | 11101100 | 10111 | 0 | 101 | 11 | 10100111 | 1010000 | 1010110 |
Color Harmonies of #BFF8EC
Complementary color
Monochromatic Colors of #BFF8EC
Black with #BFF8EC
Text Example
Text Example
White with #BFF8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF8EC; }
p { color: rgb(191,248,236); }
H1.HeaderClassName
{
color: #BFF8EC;
}
.AnyTagClassName
{
color: #BFF8EC;
}
</style>
background-color css
<style>
a { background-color: #BFF8EC; }
a { background-color: rgb(191,248,236); }
div.DivClassName
{
background-color: #BFF8EC;
}
.BgClassName
{
background-color: #BFF8EC;
}
</style>
border-color css
<style>
span { border-color: #BFF8EC; }
span { border-color: rgb(191,248,236); }
td.TdClassName
{
border-color: #BFF8EC;
}
.TagClassName
{
border-color: #BFF8EC;
}
</style>