Shades of Fringy Flower #BFE9BD
Tints of Fringy Flower #BFE9BD
RGB
CMYK
RGB Variations
Color information
#BFE9BD (or 0xBFE9BD) is known color: Fringy Flower. HEX triplet: BF, E9 and BD. RGB value is (191,233,189). Sum of RGB (Red+Green+Blue) = 191+233+189=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 233 (91.41% from 255 or 38.01% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE9BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE9BD is #401642. Grayscale: #D7D7D7. Windows color (decimal): -4200003 or 12446143. OLE color: 12446143.
HSL color Cylindrical-coordinate representation of color #BFE9BD: hue angle of 117.27º degrees, saturation: 0.5, 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 #BFE9BD is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 233 | 189 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.09 |
| HSL | 117.27º | 0.5% | 0.83% | - |
| HSV(B) | 117.27º | 0.19% | 0.91% | - |
| XYZ | 59.81 | 73.03 | 59.09 | - |
| YUV | 215.43 | 113.09 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 233 | 189 | 0.18 | 0 | 0.19 | 0.09 | 117.27 | 0.5 | 0.83 |
| Hex | BF | E9 | BD | 12 | 0 | 13 | 9 | 75 | 32 | 53 |
| Octal | 277 | 351 | 275 | 22 | 0 | 23 | 11 | 165 | 62 | 123 |
| Binary | 10111111 | 11101001 | 10111101 | 10010 | 0 | 10011 | 1001 | 1110101 | 110010 | 1010011 |
Color Harmonies of #BFE9BD
Complementary color
Monochromatic Colors of #BFE9BD
Black with #BFE9BD
Text Example
Text Example
White with #BFE9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE9BD; }
p { color: rgb(191,233,189); }
H1.HeaderClassName
{
color: #BFE9BD;
}
.AnyTagClassName
{
color: #BFE9BD;
}
</style>
background-color css
<style>
a { background-color: #BFE9BD; }
a { background-color: rgb(191,233,189); }
div.DivClassName
{
background-color: #BFE9BD;
}
.BgClassName
{
background-color: #BFE9BD;
}
</style>
border-color css
<style>
span { border-color: #BFE9BD; }
span { border-color: rgb(191,233,189); }
td.TdClassName
{
border-color: #BFE9BD;
}
.TagClassName
{
border-color: #BFE9BD;
}
</style>