Shades of Fringy Flower #BFE8BF
Tints of Fringy Flower #BFE8BF
RGB
CMYK
RGB Variations
Color information
#BFE8BF (or 0xBFE8BF) is known color: Fringy Flower. HEX triplet: BF, E8 and BF. RGB value is (191,232,191). Sum of RGB (Red+Green+Blue) = 191+232+191=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 232 (91.02% from 255 or 37.79% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE8BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE8BF is #401740. Grayscale: #D7D7D7. Windows color (decimal): -4200257 or 12576959. OLE color: 12576959.
HSL color Cylindrical-coordinate representation of color #BFE8BF: hue angle of 120º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFE8BF is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 232 | 191 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.09 |
| HSL | 120º | 0.47% | 0.83% | - |
| HSV(B) | 120º | 0.18% | 0.91% | - |
| XYZ | 59.75 | 72.55 | 60.15 | - |
| YUV | 215.07 | 114.42 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 232 | 191 | 0.18 | 0 | 0.18 | 0.09 | 120 | 0.47 | 0.83 |
| Hex | BF | E8 | BF | 12 | 0 | 12 | 9 | 78 | 2F | 53 |
| Octal | 277 | 350 | 277 | 22 | 0 | 22 | 11 | 170 | 57 | 123 |
| Binary | 10111111 | 11101000 | 10111111 | 10010 | 0 | 10010 | 1001 | 1111000 | 101111 | 1010011 |
Color Harmonies of #BFE8BF
Complementary color
Monochromatic Colors of #BFE8BF
Black with #BFE8BF
Text Example
Text Example
White with #BFE8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE8BF; }
p { color: rgb(191,232,191); }
H1.HeaderClassName
{
color: #BFE8BF;
}
.AnyTagClassName
{
color: #BFE8BF;
}
</style>
background-color css
<style>
a { background-color: #BFE8BF; }
a { background-color: rgb(191,232,191); }
div.DivClassName
{
background-color: #BFE8BF;
}
.BgClassName
{
background-color: #BFE8BF;
}
</style>
border-color css
<style>
span { border-color: #BFE8BF; }
span { border-color: rgb(191,232,191); }
td.TdClassName
{
border-color: #BFE8BF;
}
.TagClassName
{
border-color: #BFE8BF;
}
</style>