Shades of Water Leaf #BFF6E6
Tints of Water Leaf #BFF6E6
RGB
CMYK
RGB Variations
Color information
#BFF6E6 (or 0xBFF6E6) is known color: Water Leaf. HEX triplet: BF, F6 and E6. RGB value is (191,246,230). Sum of RGB (Red+Green+Blue) = 191+246+230=667 (88% of max value = 765). Red value is 191 (75% from 255 or 28.64% from 667); Green value is 246 (96.48% from 255 or 36.88% from 667); Blue value is 230 (90.23% from 255 or 34.48% from 667); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF6E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF6E6 is #400919. Grayscale: #E3E3E3. Windows color (decimal): -4196634 or 15136447. OLE color: 15136447.
HSL color Cylindrical-coordinate representation of color #BFF6E6: hue angle of 162.55º 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 #BFF6E6 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 230 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.04 |
| HSL | 162.55º | 0.75% | 0.86% | - |
| HSV(B) | 162.55º | 0.22% | 0.96% | - |
| XYZ | 68.72 | 82.7 | 87.2 | - |
| YUV | 227.73 | 129.28 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 230 | 0.22 | 0 | 0.07 | 0.04 | 162.55 | 0.75 | 0.86 |
| Hex | BF | F6 | E6 | 16 | 0 | 7 | 4 | A3 | 4B | 56 |
| Octal | 277 | 366 | 346 | 26 | 0 | 7 | 4 | 243 | 113 | 126 |
| Binary | 10111111 | 11110110 | 11100110 | 10110 | 0 | 111 | 100 | 10100011 | 1001011 | 1010110 |
Color Harmonies of #BFF6E6
Complementary color
Monochromatic Colors of #BFF6E6
Black with #BFF6E6
Text Example
Text Example
White with #BFF6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF6E6; }
p { color: rgb(191,246,230); }
H1.HeaderClassName
{
color: #BFF6E6;
}
.AnyTagClassName
{
color: #BFF6E6;
}
</style>
background-color css
<style>
a { background-color: #BFF6E6; }
a { background-color: rgb(191,246,230); }
div.DivClassName
{
background-color: #BFF6E6;
}
.BgClassName
{
background-color: #BFF6E6;
}
</style>
border-color css
<style>
span { border-color: #BFF6E6; }
span { border-color: rgb(191,246,230); }
td.TdClassName
{
border-color: #BFF6E6;
}
.TagClassName
{
border-color: #BFF6E6;
}
</style>