Shades of Fringy Flower #BFF0BE
Tints of Fringy Flower #BFF0BE
RGB
CMYK
RGB Variations
Color information
#BFF0BE (or 0xBFF0BE) is known color: Fringy Flower. HEX triplet: BF, F0 and BE. RGB value is (191,240,190). Sum of RGB (Red+Green+Blue) = 191+240+190=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 240 (94.14% from 255 or 38.65% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF0BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF0BE is #400F41. Grayscale: #DBDBDB. Windows color (decimal): -4198210 or 12513471. OLE color: 12513471.
HSL color Cylindrical-coordinate representation of color #BFF0BE: hue angle of 118.8º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF0BE is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 190 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.06 |
| HSL | 118.8º | 0.63% | 0.84% | - |
| HSV(B) | 118.8º | 0.21% | 0.94% | - |
| XYZ | 61.94 | 77.11 | 60.34 | - |
| YUV | 219.65 | 111.27 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 190 | 0.20 | 0 | 0.21 | 0.06 | 118.8 | 0.63 | 0.84 |
| Hex | BF | F0 | BE | 14 | 0 | 15 | 6 | 77 | 3E | 54 |
| Octal | 277 | 360 | 276 | 24 | 0 | 25 | 6 | 167 | 76 | 124 |
| Binary | 10111111 | 11110000 | 10111110 | 10100 | 0 | 10101 | 110 | 1110111 | 111110 | 1010100 |
Color Harmonies of #BFF0BE
Complementary color
Monochromatic Colors of #BFF0BE
Black with #BFF0BE
Text Example
Text Example
White with #BFF0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF0BE; }
p { color: rgb(191,240,190); }
H1.HeaderClassName
{
color: #BFF0BE;
}
.AnyTagClassName
{
color: #BFF0BE;
}
</style>
background-color css
<style>
a { background-color: #BFF0BE; }
a { background-color: rgb(191,240,190); }
div.DivClassName
{
background-color: #BFF0BE;
}
.BgClassName
{
background-color: #BFF0BE;
}
</style>
border-color css
<style>
span { border-color: #BFF0BE; }
span { border-color: rgb(191,240,190); }
td.TdClassName
{
border-color: #BFF0BE;
}
.TagClassName
{
border-color: #BFF0BE;
}
</style>