Shades of Fringy Flower #BFF5C1
Tints of Fringy Flower #BFF5C1
RGB
CMYK
RGB Variations
Color information
#BFF5C1 (or 0xBFF5C1) is known color: Fringy Flower. HEX triplet: BF, F5 and C1. RGB value is (191,245,193). Sum of RGB (Red+Green+Blue) = 191+245+193=629 (83% of max value = 765). Red value is 191 (75% from 255 or 30.37% from 629); Green value is 245 (96.09% from 255 or 38.95% from 629); Blue value is 193 (75.78% from 255 or 30.68% from 629); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF5C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF5C1 is #400A3E. Grayscale: #DFDFDF. Windows color (decimal): -4196927 or 12711359. OLE color: 12711359.
HSL color Cylindrical-coordinate representation of color #BFF5C1: hue angle of 122.22º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF5C1 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 245 | 193 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.04 |
| HSL | 122.22º | 0.73% | 0.85% | - |
| HSV(B) | 122.22º | 0.22% | 0.96% | - |
| XYZ | 63.76 | 80.23 | 62.58 | - |
| YUV | 222.93 | 111.11 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 193 | 0.22 | 0 | 0.21 | 0.04 | 122.22 | 0.73 | 0.85 |
| Hex | BF | F5 | C1 | 16 | 0 | 15 | 4 | 7A | 49 | 55 |
| Octal | 277 | 365 | 301 | 26 | 0 | 25 | 4 | 172 | 111 | 125 |
| Binary | 10111111 | 11110101 | 11000001 | 10110 | 0 | 10101 | 100 | 1111010 | 1001001 | 1010101 |
Color Harmonies of #BFF5C1
Complementary color
Monochromatic Colors of #BFF5C1
Black with #BFF5C1
Text Example
Text Example
White with #BFF5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF5C1; }
p { color: rgb(191,245,193); }
H1.HeaderClassName
{
color: #BFF5C1;
}
.AnyTagClassName
{
color: #BFF5C1;
}
</style>
background-color css
<style>
a { background-color: #BFF5C1; }
a { background-color: rgb(191,245,193); }
div.DivClassName
{
background-color: #BFF5C1;
}
.BgClassName
{
background-color: #BFF5C1;
}
</style>
border-color css
<style>
span { border-color: #BFF5C1; }
span { border-color: rgb(191,245,193); }
td.TdClassName
{
border-color: #BFF5C1;
}
.TagClassName
{
border-color: #BFF5C1;
}
</style>