Shades of Fringy Flower #BFE7BF
Tints of Fringy Flower #BFE7BF
RGB
CMYK
RGB Variations
Color information
#BFE7BF (or 0xBFE7BF) is known color: Fringy Flower. HEX triplet: BF, E7 and BF. RGB value is (191,231,191). Sum of RGB (Red+Green+Blue) = 191+231+191=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 231 (90.62% from 255 or 37.68% from 613); Blue value is 191 (75% from 255 or 31.16% from 613); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE7BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE7BF is #401840. Grayscale: #D6D6D6. Windows color (decimal): -4200513 or 12576703. OLE color: 12576703.
HSL color Cylindrical-coordinate representation of color #BFE7BF: hue angle of 120º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE7BF is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 231 | 191 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.09 |
| HSL | 120º | 0.45% | 0.83% | - |
| HSV(B) | 120º | 0.17% | 0.91% | - |
| XYZ | 59.47 | 71.99 | 60.05 | - |
| YUV | 214.48 | 114.75 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 191 | 0.17 | 0 | 0.17 | 0.09 | 120 | 0.45 | 0.83 |
| Hex | BF | E7 | BF | 11 | 0 | 11 | 9 | 78 | 2D | 53 |
| Octal | 277 | 347 | 277 | 21 | 0 | 21 | 11 | 170 | 55 | 123 |
| Binary | 10111111 | 11100111 | 10111111 | 10001 | 0 | 10001 | 1001 | 1111000 | 101101 | 1010011 |
Color Harmonies of #BFE7BF
Complementary color
Monochromatic Colors of #BFE7BF
Black with #BFE7BF
Text Example
Text Example
White with #BFE7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE7BF; }
p { color: rgb(191,231,191); }
H1.HeaderClassName
{
color: #BFE7BF;
}
.AnyTagClassName
{
color: #BFE7BF;
}
</style>
background-color css
<style>
a { background-color: #BFE7BF; }
a { background-color: rgb(191,231,191); }
div.DivClassName
{
background-color: #BFE7BF;
}
.BgClassName
{
background-color: #BFE7BF;
}
</style>
border-color css
<style>
span { border-color: #BFE7BF; }
span { border-color: rgb(191,231,191); }
td.TdClassName
{
border-color: #BFE7BF;
}
.TagClassName
{
border-color: #BFE7BF;
}
</style>