Shades of Water Leaf #BFF7EC
Tints of Water Leaf #BFF7EC
RGB
CMYK
RGB Variations
Color information
#BFF7EC (or 0xBFF7EC) is known color: Water Leaf. HEX triplet: BF, F7 and EC. RGB value is (191,247,236). Sum of RGB (Red+Green+Blue) = 191+247+236=674 (89% of max value = 765). Red value is 191 (75% from 255 or 28.34% from 674); Green value is 247 (96.88% from 255 or 36.65% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF7EC is #400813. Grayscale: #E4E4E4. Windows color (decimal): -4196372 or 15529919. OLE color: 15529919.
HSL color Cylindrical-coordinate representation of color #BFF7EC: hue angle of 168.21º degrees, saturation: 0.78, 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 #BFF7EC is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 236 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.03 |
| HSL | 168.21º | 0.78% | 0.86% | - |
| HSV(B) | 168.21º | 0.23% | 0.97% | - |
| XYZ | 69.89 | 83.65 | 91.82 | - |
| YUV | 229 | 131.95 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 236 | 0.23 | 0 | 0.04 | 0.03 | 168.21 | 0.78 | 0.86 |
| Hex | BF | F7 | EC | 17 | 0 | 4 | 3 | A8 | 4E | 56 |
| Octal | 277 | 367 | 354 | 27 | 0 | 4 | 3 | 250 | 116 | 126 |
| Binary | 10111111 | 11110111 | 11101100 | 10111 | 0 | 100 | 11 | 10101000 | 1001110 | 1010110 |
Color Harmonies of #BFF7EC
Complementary color
Monochromatic Colors of #BFF7EC
Black with #BFF7EC
Text Example
Text Example
White with #BFF7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF7EC; }
p { color: rgb(191,247,236); }
H1.HeaderClassName
{
color: #BFF7EC;
}
.AnyTagClassName
{
color: #BFF7EC;
}
</style>
background-color css
<style>
a { background-color: #BFF7EC; }
a { background-color: rgb(191,247,236); }
div.DivClassName
{
background-color: #BFF7EC;
}
.BgClassName
{
background-color: #BFF7EC;
}
</style>
border-color css
<style>
span { border-color: #BFF7EC; }
span { border-color: rgb(191,247,236); }
td.TdClassName
{
border-color: #BFF7EC;
}
.TagClassName
{
border-color: #BFF7EC;
}
</style>