Shades of Fringy Flower #BFEFC1
Tints of Fringy Flower #BFEFC1
RGB
CMYK
RGB Variations
Color information
#BFEFC1 (or 0xBFEFC1) is known color: Fringy Flower. HEX triplet: BF, EF and C1. RGB value is (191,239,193). Sum of RGB (Red+Green+Blue) = 191+239+193=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 193 (75.78% from 255 or 30.98% from 623); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEFC1 is #40103E. Grayscale: #DBDBDB. Windows color (decimal): -4198463 or 12709823. OLE color: 12709823.
HSL color Cylindrical-coordinate representation of color #BFEFC1: hue angle of 122.5º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEFC1 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 239 | 193 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.06 |
| HSL | 122.5º | 0.6% | 0.84% | - |
| HSV(B) | 122.5º | 0.2% | 0.94% | - |
| XYZ | 61.98 | 76.66 | 61.98 | - |
| YUV | 219.4 | 113.1 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 239 | 193 | 0.20 | 0 | 0.19 | 0.06 | 122.5 | 0.6 | 0.84 |
| Hex | BF | EF | C1 | 14 | 0 | 13 | 6 | 7B | 3C | 54 |
| Octal | 277 | 357 | 301 | 24 | 0 | 23 | 6 | 173 | 74 | 124 |
| Binary | 10111111 | 11101111 | 11000001 | 10100 | 0 | 10011 | 110 | 1111011 | 111100 | 1010100 |
Color Harmonies of #BFEFC1
Complementary color
Monochromatic Colors of #BFEFC1
Black with #BFEFC1
Text Example
Text Example
White with #BFEFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEFC1; }
p { color: rgb(191,239,193); }
H1.HeaderClassName
{
color: #BFEFC1;
}
.AnyTagClassName
{
color: #BFEFC1;
}
</style>
background-color css
<style>
a { background-color: #BFEFC1; }
a { background-color: rgb(191,239,193); }
div.DivClassName
{
background-color: #BFEFC1;
}
.BgClassName
{
background-color: #BFEFC1;
}
</style>
border-color css
<style>
span { border-color: #BFEFC1; }
span { border-color: rgb(191,239,193); }
td.TdClassName
{
border-color: #BFEFC1;
}
.TagClassName
{
border-color: #BFEFC1;
}
</style>