Shades of Beryl Green #BFC5A6
Tints of Beryl Green #BFC5A6
RGB
CMYK
RGB Variations
Color information
#BFC5A6 (or 0xBFC5A6) is known color: Beryl Green. HEX triplet: BF, C5 and A6. RGB value is (191,197,166). Sum of RGB (Red+Green+Blue) = 191+197+166=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 166 (65.23% from 255 or 29.96% from 554); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC5A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC5A6 is #403A59. Grayscale: #BFBFBF. Windows color (decimal): -4209242 or 10929599. OLE color: 10929599.
HSL color Cylindrical-coordinate representation of color #BFC5A6: hue angle of 71.61º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFC5A6 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 166 | - |
| CMYK | 0.03 | 0 | 0.16 | 0.23 |
| HSL | 71.61º | 0.21% | 0.71% | - |
| HSV(B) | 71.61º | 0.16% | 0.77% | - |
| XYZ | 48.34 | 53.76 | 43.91 | - |
| YUV | 191.67 | 113.51 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 166 | 0.03 | 0 | 0.16 | 0.23 | 71.61 | 0.21 | 0.71 |
| Hex | BF | C5 | A6 | 3 | 0 | 10 | 17 | 48 | 15 | 47 |
| Octal | 277 | 305 | 246 | 3 | 0 | 20 | 27 | 110 | 25 | 107 |
| Binary | 10111111 | 11000101 | 10100110 | 11 | 0 | 10000 | 10111 | 1001000 | 10101 | 1000111 |
Color Harmonies of #BFC5A6
Complementary color
Monochromatic Colors of #BFC5A6
Black with #BFC5A6
Text Example
Text Example
White with #BFC5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC5A6; }
p { color: rgb(191,197,166); }
H1.HeaderClassName
{
color: #BFC5A6;
}
.AnyTagClassName
{
color: #BFC5A6;
}
</style>
background-color css
<style>
a { background-color: #BFC5A6; }
a { background-color: rgb(191,197,166); }
div.DivClassName
{
background-color: #BFC5A6;
}
.BgClassName
{
background-color: #BFC5A6;
}
</style>
border-color css
<style>
span { border-color: #BFC5A6; }
span { border-color: rgb(191,197,166); }
td.TdClassName
{
border-color: #BFC5A6;
}
.TagClassName
{
border-color: #BFC5A6;
}
</style>