Shades of Fringy Flower #BFE5BF
Tints of Fringy Flower #BFE5BF
RGB
CMYK
RGB Variations
Color information
#BFE5BF (or 0xBFE5BF) is known color: Fringy Flower. HEX triplet: BF, E5 and BF. RGB value is (191,229,191). Sum of RGB (Red+Green+Blue) = 191+229+191=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 229 (89.84% from 255 or 37.48% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE5BF is #401A40. Grayscale: #D5D5D5. Windows color (decimal): -4201025 or 12576191. OLE color: 12576191.
HSL color Cylindrical-coordinate representation of color #BFE5BF: hue angle of 120º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE5BF is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 191 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.10 |
| HSL | 120º | 0.42% | 0.82% | - |
| HSV(B) | 120º | 0.17% | 0.9% | - |
| XYZ | 58.91 | 70.88 | 59.87 | - |
| YUV | 213.31 | 115.41 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 191 | 0.17 | 0 | 0.17 | 0.10 | 120 | 0.42 | 0.82 |
| Hex | BF | E5 | BF | 11 | 0 | 11 | A | 78 | 2A | 52 |
| Octal | 277 | 345 | 277 | 21 | 0 | 21 | 12 | 170 | 52 | 122 |
| Binary | 10111111 | 11100101 | 10111111 | 10001 | 0 | 10001 | 1010 | 1111000 | 101010 | 1010010 |
Color Harmonies of #BFE5BF
Complementary color
Monochromatic Colors of #BFE5BF
Black with #BFE5BF
Text Example
Text Example
White with #BFE5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE5BF; }
p { color: rgb(191,229,191); }
H1.HeaderClassName
{
color: #BFE5BF;
}
.AnyTagClassName
{
color: #BFE5BF;
}
</style>
background-color css
<style>
a { background-color: #BFE5BF; }
a { background-color: rgb(191,229,191); }
div.DivClassName
{
background-color: #BFE5BF;
}
.BgClassName
{
background-color: #BFE5BF;
}
</style>
border-color css
<style>
span { border-color: #BFE5BF; }
span { border-color: rgb(191,229,191); }
td.TdClassName
{
border-color: #BFE5BF;
}
.TagClassName
{
border-color: #BFE5BF;
}
</style>