Shades of Fringy Flower #BFE9C0
Tints of Fringy Flower #BFE9C0
RGB
CMYK
RGB Variations
Color information
#BFE9C0 (or 0xBFE9C0) is known color: Fringy Flower. HEX triplet: BF, E9 and C0. RGB value is (191,233,192). Sum of RGB (Red+Green+Blue) = 191+233+192=616 (81% of max value = 765). Red value is 191 (75% from 255 or 31.01% from 616); Green value is 233 (91.41% from 255 or 37.82% from 616); Blue value is 192 (75.39% from 255 or 31.17% from 616); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE9C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE9C0 is #40163F. Grayscale: #D7D7D7. Windows color (decimal): -4200000 or 12642751. OLE color: 12642751.
HSL color Cylindrical-coordinate representation of color #BFE9C0: hue angle of 121.43º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFE9C0 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 233 | 192 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.09 |
| HSL | 121.43º | 0.49% | 0.83% | - |
| HSV(B) | 121.43º | 0.18% | 0.91% | - |
| XYZ | 60.14 | 73.16 | 60.82 | - |
| YUV | 215.77 | 114.59 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 233 | 192 | 0.18 | 0 | 0.18 | 0.09 | 121.43 | 0.49 | 0.83 |
| Hex | BF | E9 | C0 | 12 | 0 | 12 | 9 | 79 | 31 | 53 |
| Octal | 277 | 351 | 300 | 22 | 0 | 22 | 11 | 171 | 61 | 123 |
| Binary | 10111111 | 11101001 | 11000000 | 10010 | 0 | 10010 | 1001 | 1111001 | 110001 | 1010011 |
Color Harmonies of #BFE9C0
Complementary color
Monochromatic Colors of #BFE9C0
Black with #BFE9C0
Text Example
Text Example
White with #BFE9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE9C0; }
p { color: rgb(191,233,192); }
H1.HeaderClassName
{
color: #BFE9C0;
}
.AnyTagClassName
{
color: #BFE9C0;
}
</style>
background-color css
<style>
a { background-color: #BFE9C0; }
a { background-color: rgb(191,233,192); }
div.DivClassName
{
background-color: #BFE9C0;
}
.BgClassName
{
background-color: #BFE9C0;
}
</style>
border-color css
<style>
span { border-color: #BFE9C0; }
span { border-color: rgb(191,233,192); }
td.TdClassName
{
border-color: #BFE9C0;
}
.TagClassName
{
border-color: #BFE9C0;
}
</style>