Shades of Fringy Flower #BFECBE
Tints of Fringy Flower #BFECBE
RGB
CMYK
RGB Variations
Color information
#BFECBE (or 0xBFECBE) is known color: Fringy Flower. HEX triplet: BF, EC and BE. RGB value is (191,236,190). Sum of RGB (Red+Green+Blue) = 191+236+190=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 236 (92.58% from 255 or 38.25% from 617); Blue value is 190 (74.61% from 255 or 30.79% from 617); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFECBE is #401341. Grayscale: #D9D9D9. Windows color (decimal): -4199234 or 12512447. OLE color: 12512447.
HSL color Cylindrical-coordinate representation of color #BFECBE: hue angle of 118.7º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFECBE is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 190 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.07 |
| HSL | 118.7º | 0.55% | 0.84% | - |
| HSV(B) | 118.7º | 0.19% | 0.93% | - |
| XYZ | 60.78 | 74.78 | 59.95 | - |
| YUV | 217.3 | 112.59 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 190 | 0.19 | 0 | 0.19 | 0.07 | 118.7 | 0.55 | 0.84 |
| Hex | BF | EC | BE | 13 | 0 | 13 | 7 | 77 | 37 | 54 |
| Octal | 277 | 354 | 276 | 23 | 0 | 23 | 7 | 167 | 67 | 124 |
| Binary | 10111111 | 11101100 | 10111110 | 10011 | 0 | 10011 | 111 | 1110111 | 110111 | 1010100 |
Color Harmonies of #BFECBE
Complementary color
Monochromatic Colors of #BFECBE
Black with #BFECBE
Text Example
Text Example
White with #BFECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFECBE; }
p { color: rgb(191,236,190); }
H1.HeaderClassName
{
color: #BFECBE;
}
.AnyTagClassName
{
color: #BFECBE;
}
</style>
background-color css
<style>
a { background-color: #BFECBE; }
a { background-color: rgb(191,236,190); }
div.DivClassName
{
background-color: #BFECBE;
}
.BgClassName
{
background-color: #BFECBE;
}
</style>
border-color css
<style>
span { border-color: #BFECBE; }
span { border-color: rgb(191,236,190); }
td.TdClassName
{
border-color: #BFECBE;
}
.TagClassName
{
border-color: #BFECBE;
}
</style>