Shades of Beryl Green #BFC3AF
Tints of Beryl Green #BFC3AF
RGB
CMYK
RGB Variations
Color information
#BFC3AF (or 0xBFC3AF) is known color: Beryl Green. HEX triplet: BF, C3 and AF. RGB value is (191,195,175). Sum of RGB (Red+Green+Blue) = 191+195+175=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC3AF is #403C50. Grayscale: #BFBFBF. Windows color (decimal): -4209745 or 11518911. OLE color: 11518911.
HSL color Cylindrical-coordinate representation of color #BFC3AF: hue angle of 72º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFC3AF is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 175 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.24 |
| HSL | 72º | 0.14% | 0.73% | - |
| HSV(B) | 72º | 0.1% | 0.76% | - |
| XYZ | 48.74 | 53.2 | 48.26 | - |
| YUV | 191.52 | 118.67 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 175 | 0.02 | 0 | 0.10 | 0.24 | 72 | 0.14 | 0.73 |
| Hex | BF | C3 | AF | 2 | 0 | A | 18 | 48 | E | 49 |
| Octal | 277 | 303 | 257 | 2 | 0 | 12 | 30 | 110 | 16 | 111 |
| Binary | 10111111 | 11000011 | 10101111 | 10 | 0 | 1010 | 11000 | 1001000 | 1110 | 1001001 |
Color Harmonies of #BFC3AF
Complementary color
Monochromatic Colors of #BFC3AF
Black with #BFC3AF
Text Example
Text Example
White with #BFC3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC3AF; }
p { color: rgb(191,195,175); }
H1.HeaderClassName
{
color: #BFC3AF;
}
.AnyTagClassName
{
color: #BFC3AF;
}
</style>
background-color css
<style>
a { background-color: #BFC3AF; }
a { background-color: rgb(191,195,175); }
div.DivClassName
{
background-color: #BFC3AF;
}
.BgClassName
{
background-color: #BFC3AF;
}
</style>
border-color css
<style>
span { border-color: #BFC3AF; }
span { border-color: rgb(191,195,175); }
td.TdClassName
{
border-color: #BFC3AF;
}
.TagClassName
{
border-color: #BFC3AF;
}
</style>