Shades of Fringy Flower #BFF7BC
Tints of Fringy Flower #BFF7BC
RGB
CMYK
RGB Variations
Color information
#BFF7BC (or 0xBFF7BC) is known color: Fringy Flower. HEX triplet: BF, F7 and BC. RGB value is (191,247,188). Sum of RGB (Red+Green+Blue) = 191+247+188=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 247 (96.88% from 255 or 39.46% from 626); Blue value is 188 (73.83% from 255 or 30.03% from 626); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF7BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF7BC is #400843. Grayscale: #DFDFDF. Windows color (decimal): -4196420 or 12384191. OLE color: 12384191.
HSL color Cylindrical-coordinate representation of color #BFF7BC: hue angle of 116.95º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFF7BC is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 188 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.03 |
| HSL | 116.95º | 0.79% | 0.85% | - |
| HSV(B) | 116.95º | 0.24% | 0.97% | - |
| XYZ | 63.82 | 81.23 | 59.89 | - |
| YUV | 223.53 | 107.95 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 188 | 0.23 | 0 | 0.24 | 0.03 | 116.95 | 0.79 | 0.85 |
| Hex | BF | F7 | BC | 17 | 0 | 18 | 3 | 75 | 4F | 55 |
| Octal | 277 | 367 | 274 | 27 | 0 | 30 | 3 | 165 | 117 | 125 |
| Binary | 10111111 | 11110111 | 10111100 | 10111 | 0 | 11000 | 11 | 1110101 | 1001111 | 1010101 |
Color Harmonies of #BFF7BC
Complementary color
Monochromatic Colors of #BFF7BC
Black with #BFF7BC
Text Example
Text Example
White with #BFF7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF7BC; }
p { color: rgb(191,247,188); }
H1.HeaderClassName
{
color: #BFF7BC;
}
.AnyTagClassName
{
color: #BFF7BC;
}
</style>
background-color css
<style>
a { background-color: #BFF7BC; }
a { background-color: rgb(191,247,188); }
div.DivClassName
{
background-color: #BFF7BC;
}
.BgClassName
{
background-color: #BFF7BC;
}
</style>
border-color css
<style>
span { border-color: #BFF7BC; }
span { border-color: rgb(191,247,188); }
td.TdClassName
{
border-color: #BFF7BC;
}
.TagClassName
{
border-color: #BFF7BC;
}
</style>