Shades of Fringy Flower #BFF7C0
Tints of Fringy Flower #BFF7C0
RGB
CMYK
RGB Variations
Color information
#BFF7C0 (or 0xBFF7C0) is known color: Fringy Flower. HEX triplet: BF, F7 and C0. RGB value is (191,247,192). Sum of RGB (Red+Green+Blue) = 191+247+192=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 247 (96.88% from 255 or 39.21% from 630); Blue value is 192 (75.39% from 255 or 30.48% from 630); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF7C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF7C0 is #40083F. Grayscale: #E0E0E0. Windows color (decimal): -4196416 or 12646335. OLE color: 12646335.
HSL color Cylindrical-coordinate representation of color #BFF7C0: hue angle of 121.07º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF7C0 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 192 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.03 |
| HSL | 121.07º | 0.78% | 0.86% | - |
| HSV(B) | 121.07º | 0.23% | 0.97% | - |
| XYZ | 64.26 | 81.4 | 62.19 | - |
| YUV | 223.99 | 109.95 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 192 | 0.23 | 0 | 0.22 | 0.03 | 121.07 | 0.78 | 0.86 |
| Hex | BF | F7 | C0 | 17 | 0 | 16 | 3 | 79 | 4E | 56 |
| Octal | 277 | 367 | 300 | 27 | 0 | 26 | 3 | 171 | 116 | 126 |
| Binary | 10111111 | 11110111 | 11000000 | 10111 | 0 | 10110 | 11 | 1111001 | 1001110 | 1010110 |
Color Harmonies of #BFF7C0
Complementary color
Monochromatic Colors of #BFF7C0
Black with #BFF7C0
Text Example
Text Example
White with #BFF7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF7C0; }
p { color: rgb(191,247,192); }
H1.HeaderClassName
{
color: #BFF7C0;
}
.AnyTagClassName
{
color: #BFF7C0;
}
</style>
background-color css
<style>
a { background-color: #BFF7C0; }
a { background-color: rgb(191,247,192); }
div.DivClassName
{
background-color: #BFF7C0;
}
.BgClassName
{
background-color: #BFF7C0;
}
</style>
border-color css
<style>
span { border-color: #BFF7C0; }
span { border-color: rgb(191,247,192); }
td.TdClassName
{
border-color: #BFF7C0;
}
.TagClassName
{
border-color: #BFF7C0;
}
</style>