Shades of Fringy Flower #BFE4BF
Tints of Fringy Flower #BFE4BF
RGB
CMYK
RGB Variations
Color information
#BFE4BF (or 0xBFE4BF) is known color: Fringy Flower. HEX triplet: BF, E4 and BF. RGB value is (191,228,191). Sum of RGB (Red+Green+Blue) = 191+228+191=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 228 (89.45% from 255 or 37.38% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE4BF is #401B40. Grayscale: #D4D4D4. Windows color (decimal): -4201281 or 12575935. OLE color: 12575935.
HSL color Cylindrical-coordinate representation of color #BFE4BF: hue angle of 120º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFE4BF is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 191 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.11 |
| HSL | 120º | 0.41% | 0.82% | - |
| HSV(B) | 120º | 0.16% | 0.89% | - |
| XYZ | 58.63 | 70.32 | 59.77 | - |
| YUV | 212.72 | 115.74 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 191 | 0.16 | 0 | 0.16 | 0.11 | 120 | 0.41 | 0.82 |
| Hex | BF | E4 | BF | 10 | 0 | 10 | B | 78 | 29 | 52 |
| Octal | 277 | 344 | 277 | 20 | 0 | 20 | 13 | 170 | 51 | 122 |
| Binary | 10111111 | 11100100 | 10111111 | 10000 | 0 | 10000 | 1011 | 1111000 | 101001 | 1010010 |
Color Harmonies of #BFE4BF
Complementary color
Monochromatic Colors of #BFE4BF
Black with #BFE4BF
Text Example
Text Example
White with #BFE4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE4BF; }
p { color: rgb(191,228,191); }
H1.HeaderClassName
{
color: #BFE4BF;
}
.AnyTagClassName
{
color: #BFE4BF;
}
</style>
background-color css
<style>
a { background-color: #BFE4BF; }
a { background-color: rgb(191,228,191); }
div.DivClassName
{
background-color: #BFE4BF;
}
.BgClassName
{
background-color: #BFE4BF;
}
</style>
border-color css
<style>
span { border-color: #BFE4BF; }
span { border-color: rgb(191,228,191); }
td.TdClassName
{
border-color: #BFE4BF;
}
.TagClassName
{
border-color: #BFE4BF;
}
</style>