Shades of Fringy Flower #BFEFC2
Tints of Fringy Flower #BFEFC2
RGB
CMYK
RGB Variations
Color information
#BFEFC2 (or 0xBFEFC2) is known color: Fringy Flower. HEX triplet: BF, EF and C2. RGB value is (191,239,194). Sum of RGB (Red+Green+Blue) = 191+239+194=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 239 (93.75% from 255 or 38.30% from 624); Blue value is 194 (76.17% from 255 or 31.09% from 624); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEFC2 is #40103D. Grayscale: #DBDBDB. Windows color (decimal): -4198462 or 12775359. OLE color: 12775359.
HSL color Cylindrical-coordinate representation of color #BFEFC2: hue angle of 123.75º 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 #BFEFC2 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 239 | 194 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.06 |
| HSL | 123.75º | 0.6% | 0.84% | - |
| HSV(B) | 123.75º | 0.2% | 0.94% | - |
| XYZ | 62.09 | 76.7 | 62.57 | - |
| YUV | 219.52 | 113.6 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 239 | 194 | 0.20 | 0 | 0.19 | 0.06 | 123.75 | 0.6 | 0.84 |
| Hex | BF | EF | C2 | 14 | 0 | 13 | 6 | 7C | 3C | 54 |
| Octal | 277 | 357 | 302 | 24 | 0 | 23 | 6 | 174 | 74 | 124 |
| Binary | 10111111 | 11101111 | 11000010 | 10100 | 0 | 10011 | 110 | 1111100 | 111100 | 1010100 |
Color Harmonies of #BFEFC2
Complementary color
Monochromatic Colors of #BFEFC2
Black with #BFEFC2
Text Example
Text Example
White with #BFEFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEFC2; }
p { color: rgb(191,239,194); }
H1.HeaderClassName
{
color: #BFEFC2;
}
.AnyTagClassName
{
color: #BFEFC2;
}
</style>
background-color css
<style>
a { background-color: #BFEFC2; }
a { background-color: rgb(191,239,194); }
div.DivClassName
{
background-color: #BFEFC2;
}
.BgClassName
{
background-color: #BFEFC2;
}
</style>
border-color css
<style>
span { border-color: #BFEFC2; }
span { border-color: rgb(191,239,194); }
td.TdClassName
{
border-color: #BFEFC2;
}
.TagClassName
{
border-color: #BFEFC2;
}
</style>