Shades of Water Leaf #BFF7E5
Tints of Water Leaf #BFF7E5
RGB
CMYK
RGB Variations
Color information
#BFF7E5 (or 0xBFF7E5) is known color: Water Leaf. HEX triplet: BF, F7 and E5. RGB value is (191,247,229). Sum of RGB (Red+Green+Blue) = 191+247+229=667 (88% of max value = 765). Red value is 191 (75% from 255 or 28.64% from 667); Green value is 247 (96.88% from 255 or 37.03% from 667); Blue value is 229 (89.84% from 255 or 34.33% from 667); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF7E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF7E5 is #40081A. Grayscale: #E4E4E4. Windows color (decimal): -4196379 or 15071167. OLE color: 15071167.
HSL color Cylindrical-coordinate representation of color #BFF7E5: hue angle of 160.71º 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 #BFF7E5 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 229 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.03 |
| HSL | 160.71º | 0.78% | 0.86% | - |
| HSV(B) | 160.71º | 0.23% | 0.97% | - |
| XYZ | 68.89 | 83.26 | 86.57 | - |
| YUV | 228.2 | 128.45 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 229 | 0.23 | 0 | 0.07 | 0.03 | 160.71 | 0.78 | 0.86 |
| Hex | BF | F7 | E5 | 17 | 0 | 7 | 3 | A1 | 4E | 56 |
| Octal | 277 | 367 | 345 | 27 | 0 | 7 | 3 | 241 | 116 | 126 |
| Binary | 10111111 | 11110111 | 11100101 | 10111 | 0 | 111 | 11 | 10100001 | 1001110 | 1010110 |
Color Harmonies of #BFF7E5
Complementary color
Monochromatic Colors of #BFF7E5
Black with #BFF7E5
Text Example
Text Example
White with #BFF7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF7E5; }
p { color: rgb(191,247,229); }
H1.HeaderClassName
{
color: #BFF7E5;
}
.AnyTagClassName
{
color: #BFF7E5;
}
</style>
background-color css
<style>
a { background-color: #BFF7E5; }
a { background-color: rgb(191,247,229); }
div.DivClassName
{
background-color: #BFF7E5;
}
.BgClassName
{
background-color: #BFF7E5;
}
</style>
border-color css
<style>
span { border-color: #BFF7E5; }
span { border-color: rgb(191,247,229); }
td.TdClassName
{
border-color: #BFF7E5;
}
.TagClassName
{
border-color: #BFF7E5;
}
</style>