Shades of Fringy Flower #BFF2C1
Tints of Fringy Flower #BFF2C1
RGB
CMYK
RGB Variations
Color information
#BFF2C1 (or 0xBFF2C1) is known color: Fringy Flower. HEX triplet: BF, F2 and C1. RGB value is (191,242,193). Sum of RGB (Red+Green+Blue) = 191+242+193=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 242 (94.92% from 255 or 38.66% from 626); Blue value is 193 (75.78% from 255 or 30.83% from 626); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF2C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF2C1 is #400D3E. Grayscale: #DDDDDD. Windows color (decimal): -4197695 or 12710591. OLE color: 12710591.
HSL color Cylindrical-coordinate representation of color #BFF2C1: hue angle of 122.35º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF2C1 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 193 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.05 |
| HSL | 122.35º | 0.66% | 0.85% | - |
| HSV(B) | 122.35º | 0.21% | 0.95% | - |
| XYZ | 62.86 | 78.43 | 62.28 | - |
| YUV | 221.17 | 112.1 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 193 | 0.21 | 0 | 0.20 | 0.05 | 122.35 | 0.66 | 0.85 |
| Hex | BF | F2 | C1 | 15 | 0 | 14 | 5 | 7A | 42 | 55 |
| Octal | 277 | 362 | 301 | 25 | 0 | 24 | 5 | 172 | 102 | 125 |
| Binary | 10111111 | 11110010 | 11000001 | 10101 | 0 | 10100 | 101 | 1111010 | 1000010 | 1010101 |
Color Harmonies of #BFF2C1
Complementary color
Monochromatic Colors of #BFF2C1
Black with #BFF2C1
Text Example
Text Example
White with #BFF2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF2C1; }
p { color: rgb(191,242,193); }
H1.HeaderClassName
{
color: #BFF2C1;
}
.AnyTagClassName
{
color: #BFF2C1;
}
</style>
background-color css
<style>
a { background-color: #BFF2C1; }
a { background-color: rgb(191,242,193); }
div.DivClassName
{
background-color: #BFF2C1;
}
.BgClassName
{
background-color: #BFF2C1;
}
</style>
border-color css
<style>
span { border-color: #BFF2C1; }
span { border-color: rgb(191,242,193); }
td.TdClassName
{
border-color: #BFF2C1;
}
.TagClassName
{
border-color: #BFF2C1;
}
</style>