Shades of Water Leaf #BFF9EC
Tints of Water Leaf #BFF9EC
RGB
CMYK
RGB Variations
Color information
#BFF9EC (or 0xBFF9EC) is known color: Water Leaf. HEX triplet: BF, F9 and EC. RGB value is (191,249,236). Sum of RGB (Red+Green+Blue) = 191+249+236=676 (89% of max value = 765). Red value is 191 (75% from 255 or 28.25% from 676); Green value is 249 (97.66% from 255 or 36.83% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF9EC is #400613. Grayscale: #E6E6E6. Windows color (decimal): -4195860 or 15530431. OLE color: 15530431.
HSL color Cylindrical-coordinate representation of color #BFF9EC: hue angle of 166.55º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF9EC is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 236 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.02 |
| HSL | 166.55º | 0.83% | 0.86% | - |
| HSV(B) | 166.55º | 0.23% | 0.98% | - |
| XYZ | 70.5 | 84.88 | 92.03 | - |
| YUV | 230.18 | 131.28 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 236 | 0.23 | 0 | 0.05 | 0.02 | 166.55 | 0.83 | 0.86 |
| Hex | BF | F9 | EC | 17 | 0 | 5 | 2 | A7 | 53 | 56 |
| Octal | 277 | 371 | 354 | 27 | 0 | 5 | 2 | 247 | 123 | 126 |
| Binary | 10111111 | 11111001 | 11101100 | 10111 | 0 | 101 | 10 | 10100111 | 1010011 | 1010110 |
Color Harmonies of #BFF9EC
Complementary color
Monochromatic Colors of #BFF9EC
Black with #BFF9EC
Text Example
Text Example
White with #BFF9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF9EC; }
p { color: rgb(191,249,236); }
H1.HeaderClassName
{
color: #BFF9EC;
}
.AnyTagClassName
{
color: #BFF9EC;
}
</style>
background-color css
<style>
a { background-color: #BFF9EC; }
a { background-color: rgb(191,249,236); }
div.DivClassName
{
background-color: #BFF9EC;
}
.BgClassName
{
background-color: #BFF9EC;
}
</style>
border-color css
<style>
span { border-color: #BFF9EC; }
span { border-color: rgb(191,249,236); }
td.TdClassName
{
border-color: #BFF9EC;
}
.TagClassName
{
border-color: #BFF9EC;
}
</style>