Shades of Fringy Flower #BFE9BC
Tints of Fringy Flower #BFE9BC
RGB
CMYK
RGB Variations
Color information
#BFE9BC (or 0xBFE9BC) is known color: Fringy Flower. HEX triplet: BF, E9 and BC. RGB value is (191,233,188). Sum of RGB (Red+Green+Blue) = 191+233+188=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 188 (73.83% from 255 or 30.72% from 612); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE9BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE9BC is #401643. Grayscale: #D7D7D7. Windows color (decimal): -4200004 or 12380607. OLE color: 12380607.
HSL color Cylindrical-coordinate representation of color #BFE9BC: hue angle of 116º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFE9BC is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 233 | 188 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.09 |
| HSL | 116º | 0.51% | 0.83% | - |
| HSV(B) | 116º | 0.19% | 0.91% | - |
| XYZ | 59.7 | 72.99 | 58.52 | - |
| YUV | 215.31 | 112.59 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 233 | 188 | 0.18 | 0 | 0.19 | 0.09 | 116 | 0.51 | 0.83 |
| Hex | BF | E9 | BC | 12 | 0 | 13 | 9 | 74 | 33 | 53 |
| Octal | 277 | 351 | 274 | 22 | 0 | 23 | 11 | 164 | 63 | 123 |
| Binary | 10111111 | 11101001 | 10111100 | 10010 | 0 | 10011 | 1001 | 1110100 | 110011 | 1010011 |
Color Harmonies of #BFE9BC
Complementary color
Monochromatic Colors of #BFE9BC
Black with #BFE9BC
Text Example
Text Example
White with #BFE9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE9BC; }
p { color: rgb(191,233,188); }
H1.HeaderClassName
{
color: #BFE9BC;
}
.AnyTagClassName
{
color: #BFE9BC;
}
</style>
background-color css
<style>
a { background-color: #BFE9BC; }
a { background-color: rgb(191,233,188); }
div.DivClassName
{
background-color: #BFE9BC;
}
.BgClassName
{
background-color: #BFE9BC;
}
</style>
border-color css
<style>
span { border-color: #BFE9BC; }
span { border-color: rgb(191,233,188); }
td.TdClassName
{
border-color: #BFE9BC;
}
.TagClassName
{
border-color: #BFE9BC;
}
</style>