Shades of Fringy Flower #BFF5C0
Tints of Fringy Flower #BFF5C0
RGB
CMYK
RGB Variations
Color information
#BFF5C0 (or 0xBFF5C0) is known color: Fringy Flower. HEX triplet: BF, F5 and C0. RGB value is (191,245,192). Sum of RGB (Red+Green+Blue) = 191+245+192=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 245 (96.09% from 255 or 39.01% from 628); Blue value is 192 (75.39% from 255 or 30.57% from 628); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF5C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF5C0 is #400A3F. Grayscale: #DEDEDE. Windows color (decimal): -4196928 or 12645823. OLE color: 12645823.
HSL color Cylindrical-coordinate representation of color #BFF5C0: hue angle of 121.11º 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 #BFF5C0 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 245 | 192 | - |
| CMYK | 0.22 | 0 | 0.22 | 0.04 |
| HSL | 121.11º | 0.73% | 0.85% | - |
| HSV(B) | 121.11º | 0.22% | 0.96% | - |
| XYZ | 63.65 | 80.19 | 61.99 | - |
| YUV | 222.81 | 110.61 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 192 | 0.22 | 0 | 0.22 | 0.04 | 121.11 | 0.73 | 0.85 |
| Hex | BF | F5 | C0 | 16 | 0 | 16 | 4 | 79 | 49 | 55 |
| Octal | 277 | 365 | 300 | 26 | 0 | 26 | 4 | 171 | 111 | 125 |
| Binary | 10111111 | 11110101 | 11000000 | 10110 | 0 | 10110 | 100 | 1111001 | 1001001 | 1010101 |
Color Harmonies of #BFF5C0
Complementary color
Monochromatic Colors of #BFF5C0
Black with #BFF5C0
Text Example
Text Example
White with #BFF5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF5C0; }
p { color: rgb(191,245,192); }
H1.HeaderClassName
{
color: #BFF5C0;
}
.AnyTagClassName
{
color: #BFF5C0;
}
</style>
background-color css
<style>
a { background-color: #BFF5C0; }
a { background-color: rgb(191,245,192); }
div.DivClassName
{
background-color: #BFF5C0;
}
.BgClassName
{
background-color: #BFF5C0;
}
</style>
border-color css
<style>
span { border-color: #BFF5C0; }
span { border-color: rgb(191,245,192); }
td.TdClassName
{
border-color: #BFF5C0;
}
.TagClassName
{
border-color: #BFF5C0;
}
</style>