Shades of Fringy Flower #BFEAC1
Tints of Fringy Flower #BFEAC1
RGB
CMYK
RGB Variations
Color information
#BFEAC1 (or 0xBFEAC1) is known color: Fringy Flower. HEX triplet: BF, EA and C1. RGB value is (191,234,193). Sum of RGB (Red+Green+Blue) = 191+234+193=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 193 (75.78% from 255 or 31.23% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEAC1 is #40153E. Grayscale: #D8D8D8. Windows color (decimal): -4199743 or 12708543. OLE color: 12708543.
HSL color Cylindrical-coordinate representation of color #BFEAC1: hue angle of 122.79º 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 #BFEAC1 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 234 | 193 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.08 |
| HSL | 122.79º | 0.51% | 0.83% | - |
| HSV(B) | 122.79º | 0.18% | 0.92% | - |
| XYZ | 60.53 | 73.77 | 61.5 | - |
| YUV | 216.47 | 114.75 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 234 | 193 | 0.18 | 0 | 0.18 | 0.08 | 122.79 | 0.51 | 0.83 |
| Hex | BF | EA | C1 | 12 | 0 | 12 | 8 | 7B | 33 | 53 |
| Octal | 277 | 352 | 301 | 22 | 0 | 22 | 10 | 173 | 63 | 123 |
| Binary | 10111111 | 11101010 | 11000001 | 10010 | 0 | 10010 | 1000 | 1111011 | 110011 | 1010011 |
Color Harmonies of #BFEAC1
Complementary color
Monochromatic Colors of #BFEAC1
Black with #BFEAC1
Text Example
Text Example
White with #BFEAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEAC1; }
p { color: rgb(191,234,193); }
H1.HeaderClassName
{
color: #BFEAC1;
}
.AnyTagClassName
{
color: #BFEAC1;
}
</style>
background-color css
<style>
a { background-color: #BFEAC1; }
a { background-color: rgb(191,234,193); }
div.DivClassName
{
background-color: #BFEAC1;
}
.BgClassName
{
background-color: #BFEAC1;
}
</style>
border-color css
<style>
span { border-color: #BFEAC1; }
span { border-color: rgb(191,234,193); }
td.TdClassName
{
border-color: #BFEAC1;
}
.TagClassName
{
border-color: #BFEAC1;
}
</style>