Shades of Water Leaf #BFF6EA
Tints of Water Leaf #BFF6EA
RGB
CMYK
RGB Variations
Color information
#BFF6EA (or 0xBFF6EA) is known color: Water Leaf. HEX triplet: BF, F6 and EA. RGB value is (191,246,234). Sum of RGB (Red+Green+Blue) = 191+246+234=671 (88% of max value = 765). Red value is 191 (75% from 255 or 28.46% from 671); Green value is 246 (96.48% from 255 or 36.66% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF6EA is #400915. Grayscale: #E4E4E4. Windows color (decimal): -4196630 or 15398591. OLE color: 15398591.
HSL color Cylindrical-coordinate representation of color #BFF6EA: hue angle of 166.91º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF6EA is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 234 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.04 |
| HSL | 166.91º | 0.75% | 0.86% | - |
| HSV(B) | 166.91º | 0.22% | 0.96% | - |
| XYZ | 69.29 | 82.93 | 90.2 | - |
| YUV | 228.19 | 131.28 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 234 | 0.22 | 0 | 0.05 | 0.04 | 166.91 | 0.75 | 0.86 |
| Hex | BF | F6 | EA | 16 | 0 | 5 | 4 | A7 | 4B | 56 |
| Octal | 277 | 366 | 352 | 26 | 0 | 5 | 4 | 247 | 113 | 126 |
| Binary | 10111111 | 11110110 | 11101010 | 10110 | 0 | 101 | 100 | 10100111 | 1001011 | 1010110 |
Color Harmonies of #BFF6EA
Complementary color
Monochromatic Colors of #BFF6EA
Black with #BFF6EA
Text Example
Text Example
White with #BFF6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF6EA; }
p { color: rgb(191,246,234); }
H1.HeaderClassName
{
color: #BFF6EA;
}
.AnyTagClassName
{
color: #BFF6EA;
}
</style>
background-color css
<style>
a { background-color: #BFF6EA; }
a { background-color: rgb(191,246,234); }
div.DivClassName
{
background-color: #BFF6EA;
}
.BgClassName
{
background-color: #BFF6EA;
}
</style>
border-color css
<style>
span { border-color: #BFF6EA; }
span { border-color: rgb(191,246,234); }
td.TdClassName
{
border-color: #BFF6EA;
}
.TagClassName
{
border-color: #BFF6EA;
}
</style>