Shades of Fringy Flower #BFEAC0
Tints of Fringy Flower #BFEAC0
RGB
CMYK
RGB Variations
Color information
#BFEAC0 (or 0xBFEAC0) is known color: Fringy Flower. HEX triplet: BF, EA and C0. RGB value is (191,234,192). Sum of RGB (Red+Green+Blue) = 191+234+192=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 192 (75.39% from 255 or 31.12% from 617); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEAC0 is #40153F. Grayscale: #D8D8D8. Windows color (decimal): -4199744 or 12643007. OLE color: 12643007.
HSL color Cylindrical-coordinate representation of color #BFEAC0: hue angle of 121.4º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFEAC0 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 234 | 192 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.08 |
| HSL | 121.4º | 0.51% | 0.83% | - |
| HSV(B) | 121.4º | 0.18% | 0.92% | - |
| XYZ | 60.42 | 73.73 | 60.92 | - |
| YUV | 216.36 | 114.25 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 234 | 192 | 0.18 | 0 | 0.18 | 0.08 | 121.4 | 0.51 | 0.83 |
| Hex | BF | EA | C0 | 12 | 0 | 12 | 8 | 79 | 33 | 53 |
| Octal | 277 | 352 | 300 | 22 | 0 | 22 | 10 | 171 | 63 | 123 |
| Binary | 10111111 | 11101010 | 11000000 | 10010 | 0 | 10010 | 1000 | 1111001 | 110011 | 1010011 |
Color Harmonies of #BFEAC0
Complementary color
Monochromatic Colors of #BFEAC0
Black with #BFEAC0
Text Example
Text Example
White with #BFEAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEAC0; }
p { color: rgb(191,234,192); }
H1.HeaderClassName
{
color: #BFEAC0;
}
.AnyTagClassName
{
color: #BFEAC0;
}
</style>
background-color css
<style>
a { background-color: #BFEAC0; }
a { background-color: rgb(191,234,192); }
div.DivClassName
{
background-color: #BFEAC0;
}
.BgClassName
{
background-color: #BFEAC0;
}
</style>
border-color css
<style>
span { border-color: #BFEAC0; }
span { border-color: rgb(191,234,192); }
td.TdClassName
{
border-color: #BFEAC0;
}
.TagClassName
{
border-color: #BFEAC0;
}
</style>