Shades of Fringy Flower #BFEABC
Tints of Fringy Flower #BFEABC
RGB
CMYK
RGB Variations
Color information
#BFEABC (or 0xBFEABC) is known color: Fringy Flower. HEX triplet: BF, EA and BC. RGB value is (191,234,188). Sum of RGB (Red+Green+Blue) = 191+234+188=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 188 (73.83% from 255 or 30.67% from 613); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEABC is #401543. Grayscale: #D8D8D8. Windows color (decimal): -4199748 or 12380863. OLE color: 12380863.
HSL color Cylindrical-coordinate representation of color #BFEABC: hue angle of 116.09º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEABC is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 234 | 188 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.08 |
| HSL | 116.09º | 0.52% | 0.83% | - |
| HSV(B) | 116.09º | 0.2% | 0.92% | - |
| XYZ | 59.99 | 73.55 | 58.61 | - |
| YUV | 215.9 | 112.25 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 234 | 188 | 0.18 | 0 | 0.20 | 0.08 | 116.09 | 0.52 | 0.83 |
| Hex | BF | EA | BC | 12 | 0 | 14 | 8 | 74 | 34 | 53 |
| Octal | 277 | 352 | 274 | 22 | 0 | 24 | 10 | 164 | 64 | 123 |
| Binary | 10111111 | 11101010 | 10111100 | 10010 | 0 | 10100 | 1000 | 1110100 | 110100 | 1010011 |
Color Harmonies of #BFEABC
Complementary color
Monochromatic Colors of #BFEABC
Black with #BFEABC
Text Example
Text Example
White with #BFEABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEABC; }
p { color: rgb(191,234,188); }
H1.HeaderClassName
{
color: #BFEABC;
}
.AnyTagClassName
{
color: #BFEABC;
}
</style>
background-color css
<style>
a { background-color: #BFEABC; }
a { background-color: rgb(191,234,188); }
div.DivClassName
{
background-color: #BFEABC;
}
.BgClassName
{
background-color: #BFEABC;
}
</style>
border-color css
<style>
span { border-color: #BFEABC; }
span { border-color: rgb(191,234,188); }
td.TdClassName
{
border-color: #BFEABC;
}
.TagClassName
{
border-color: #BFEABC;
}
</style>