Shades of Beryl Green #BFC5AB
Tints of Beryl Green #BFC5AB
RGB
CMYK
RGB Variations
Color information
#BFC5AB (or 0xBFC5AB) is known color: Beryl Green. HEX triplet: BF, C5 and AB. RGB value is (191,197,171). Sum of RGB (Red+Green+Blue) = 191+197+171=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC5AB is #403A54. Grayscale: #C0C0C0. Windows color (decimal): -4209237 or 11257279. OLE color: 11257279.
HSL color Cylindrical-coordinate representation of color #BFC5AB: hue angle of 73.85º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFC5AB is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 171 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.23 |
| HSL | 73.85º | 0.18% | 0.72% | - |
| HSV(B) | 73.85º | 0.13% | 0.77% | - |
| XYZ | 48.8 | 53.95 | 46.37 | - |
| YUV | 192.24 | 116.01 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 171 | 0.03 | 0 | 0.13 | 0.23 | 73.85 | 0.18 | 0.72 |
| Hex | BF | C5 | AB | 3 | 0 | D | 17 | 4A | 12 | 48 |
| Octal | 277 | 305 | 253 | 3 | 0 | 15 | 27 | 112 | 22 | 110 |
| Binary | 10111111 | 11000101 | 10101011 | 11 | 0 | 1101 | 10111 | 1001010 | 10010 | 1001000 |
Color Harmonies of #BFC5AB
Complementary color
Monochromatic Colors of #BFC5AB
Black with #BFC5AB
Text Example
Text Example
White with #BFC5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC5AB; }
p { color: rgb(191,197,171); }
H1.HeaderClassName
{
color: #BFC5AB;
}
.AnyTagClassName
{
color: #BFC5AB;
}
</style>
background-color css
<style>
a { background-color: #BFC5AB; }
a { background-color: rgb(191,197,171); }
div.DivClassName
{
background-color: #BFC5AB;
}
.BgClassName
{
background-color: #BFC5AB;
}
</style>
border-color css
<style>
span { border-color: #BFC5AB; }
span { border-color: rgb(191,197,171); }
td.TdClassName
{
border-color: #BFC5AB;
}
.TagClassName
{
border-color: #BFC5AB;
}
</style>