Shades of Fringy Flower #BFE7C0
Tints of Fringy Flower #BFE7C0
RGB
CMYK
RGB Variations
Color information
#BFE7C0 (or 0xBFE7C0) is known color: Fringy Flower. HEX triplet: BF, E7 and C0. RGB value is (191,231,192). Sum of RGB (Red+Green+Blue) = 191+231+192=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 231 (90.62% from 255 or 37.62% from 614); Blue value is 192 (75.39% from 255 or 31.27% from 614); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE7C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE7C0 is #40183F. Grayscale: #D6D6D6. Windows color (decimal): -4200512 or 12642239. OLE color: 12642239.
HSL color Cylindrical-coordinate representation of color #BFE7C0: hue angle of 121.5º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE7C0 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
RGB | 191 | 231 | 192 | - |
CMYK | 0.17 | 0 | 0.17 | 0.09 |
HSL | 121.5º | 0.45% | 0.83% | - |
HSV(B) | 121.5º | 0.17% | 0.91% | - |
XYZ | 59.58 | 72.03 | 60.63 | - |
YUV | 214.59 | 115.25 | 111.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 231 | 192 | 0.17 | 0 | 0.17 | 0.09 | 121.5 | 0.45 | 0.83 |
Hex | BF | E7 | C0 | 11 | 0 | 11 | 9 | 7A | 2D | 53 |
Octal | 277 | 347 | 300 | 21 | 0 | 21 | 11 | 172 | 55 | 123 |
Binary | 10111111 | 11100111 | 11000000 | 10001 | 0 | 10001 | 1001 | 1111010 | 101101 | 1010011 |
Color Harmonies of #BFE7C0
Complementary color
Monochromatic Colors of #BFE7C0
Black with #BFE7C0
Text Example
Text Example
White with #BFE7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE7C0; }
p { color: rgb(191,231,192); }
H1.HeaderClassName
{
color: #BFE7C0;
}
.AnyTagClassName
{
color: #BFE7C0;
}
</style>
background-color css
<style>
a { background-color: #BFE7C0; }
a { background-color: rgb(191,231,192); }
div.DivClassName
{
background-color: #BFE7C0;
}
.BgClassName
{
background-color: #BFE7C0;
}
</style>
border-color css
<style>
span { border-color: #BFE7C0; }
span { border-color: rgb(191,231,192); }
td.TdClassName
{
border-color: #BFE7C0;
}
.TagClassName
{
border-color: #BFE7C0;
}
</style>