Shades of Fringy Flower #BFF0BC
Tints of Fringy Flower #BFF0BC
RGB
CMYK
RGB Variations
Color information
#BFF0BC (or 0xBFF0BC) is known color: Fringy Flower. HEX triplet: BF, F0 and BC. RGB value is (191,240,188). Sum of RGB (Red+Green+Blue) = 191+240+188=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 240 (94.14% from 255 or 38.77% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF0BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF0BC is #400F43. Grayscale: #DBDBDB. Windows color (decimal): -4198212 or 12382399. OLE color: 12382399.
HSL color Cylindrical-coordinate representation of color #BFF0BC: hue angle of 116.54º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF0BC is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 188 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.06 |
| HSL | 116.54º | 0.63% | 0.84% | - |
| HSV(B) | 116.54º | 0.22% | 0.94% | - |
| XYZ | 61.72 | 77.03 | 59.19 | - |
| YUV | 219.42 | 110.27 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 188 | 0.20 | 0 | 0.22 | 0.06 | 116.54 | 0.63 | 0.84 |
| Hex | BF | F0 | BC | 14 | 0 | 16 | 6 | 75 | 3F | 54 |
| Octal | 277 | 360 | 274 | 24 | 0 | 26 | 6 | 165 | 77 | 124 |
| Binary | 10111111 | 11110000 | 10111100 | 10100 | 0 | 10110 | 110 | 1110101 | 111111 | 1010100 |
Color Harmonies of #BFF0BC
Complementary color
Monochromatic Colors of #BFF0BC
Black with #BFF0BC
Text Example
Text Example
White with #BFF0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF0BC; }
p { color: rgb(191,240,188); }
H1.HeaderClassName
{
color: #BFF0BC;
}
.AnyTagClassName
{
color: #BFF0BC;
}
</style>
background-color css
<style>
a { background-color: #BFF0BC; }
a { background-color: rgb(191,240,188); }
div.DivClassName
{
background-color: #BFF0BC;
}
.BgClassName
{
background-color: #BFF0BC;
}
</style>
border-color css
<style>
span { border-color: #BFF0BC; }
span { border-color: rgb(191,240,188); }
td.TdClassName
{
border-color: #BFF0BC;
}
.TagClassName
{
border-color: #BFF0BC;
}
</style>