Shades of Beryl Green #BFC6A7
Tints of Beryl Green #BFC6A7
RGB
CMYK
RGB Variations
Color information
#BFC6A7 (or 0xBFC6A7) is known color: Beryl Green. HEX triplet: BF, C6 and A7. RGB value is (191,198,167). Sum of RGB (Red+Green+Blue) = 191+198+167=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 167 (65.62% from 255 or 30.04% from 556); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC6A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC6A7 is #403958. Grayscale: #C0C0C0. Windows color (decimal): -4208985 or 10995391. OLE color: 10995391.
HSL color Cylindrical-coordinate representation of color #BFC6A7: hue angle of 73.55º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFC6A7 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 198 | 167 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.22 |
| HSL | 73.55º | 0.21% | 0.72% | - |
| HSV(B) | 73.55º | 0.16% | 0.78% | - |
| XYZ | 48.65 | 54.25 | 44.47 | - |
| YUV | 192.37 | 113.68 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 167 | 0.04 | 0 | 0.16 | 0.22 | 73.55 | 0.21 | 0.72 |
| Hex | BF | C6 | A7 | 4 | 0 | 10 | 16 | 4A | 15 | 48 |
| Octal | 277 | 306 | 247 | 4 | 0 | 20 | 26 | 112 | 25 | 110 |
| Binary | 10111111 | 11000110 | 10100111 | 100 | 0 | 10000 | 10110 | 1001010 | 10101 | 1001000 |
Color Harmonies of #BFC6A7
Complementary color
Monochromatic Colors of #BFC6A7
Black with #BFC6A7
Text Example
Text Example
White with #BFC6A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC6A7; }
p { color: rgb(191,198,167); }
H1.HeaderClassName
{
color: #BFC6A7;
}
.AnyTagClassName
{
color: #BFC6A7;
}
</style>
background-color css
<style>
a { background-color: #BFC6A7; }
a { background-color: rgb(191,198,167); }
div.DivClassName
{
background-color: #BFC6A7;
}
.BgClassName
{
background-color: #BFC6A7;
}
</style>
border-color css
<style>
span { border-color: #BFC6A7; }
span { border-color: rgb(191,198,167); }
td.TdClassName
{
border-color: #BFC6A7;
}
.TagClassName
{
border-color: #BFC6A7;
}
</style>