Shades of Beryl Green #BFC3AD
Tints of Beryl Green #BFC3AD
RGB
CMYK
RGB Variations
Color information
#BFC3AD (or 0xBFC3AD) is known color: Beryl Green. HEX triplet: BF, C3 and AD. RGB value is (191,195,173). Sum of RGB (Red+Green+Blue) = 191+195+173=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 195 (76.56% from 255 or 34.88% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC3AD is #403C52. Grayscale: #BFBFBF. Windows color (decimal): -4209747 or 11387839. OLE color: 11387839.
HSL color Cylindrical-coordinate representation of color #BFC3AD: hue angle of 70.91º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFC3AD is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 173 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.24 |
| HSL | 70.91º | 0.15% | 0.72% | - |
| HSV(B) | 70.91º | 0.11% | 0.76% | - |
| XYZ | 48.54 | 53.12 | 47.23 | - |
| YUV | 191.3 | 117.67 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 173 | 0.02 | 0 | 0.11 | 0.24 | 70.91 | 0.15 | 0.72 |
| Hex | BF | C3 | AD | 2 | 0 | B | 18 | 47 | F | 48 |
| Octal | 277 | 303 | 255 | 2 | 0 | 13 | 30 | 107 | 17 | 110 |
| Binary | 10111111 | 11000011 | 10101101 | 10 | 0 | 1011 | 11000 | 1000111 | 1111 | 1001000 |
Color Harmonies of #BFC3AD
Complementary color
Monochromatic Colors of #BFC3AD
Black with #BFC3AD
Text Example
Text Example
White with #BFC3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC3AD; }
p { color: rgb(191,195,173); }
H1.HeaderClassName
{
color: #BFC3AD;
}
.AnyTagClassName
{
color: #BFC3AD;
}
</style>
background-color css
<style>
a { background-color: #BFC3AD; }
a { background-color: rgb(191,195,173); }
div.DivClassName
{
background-color: #BFC3AD;
}
.BgClassName
{
background-color: #BFC3AD;
}
</style>
border-color css
<style>
span { border-color: #BFC3AD; }
span { border-color: rgb(191,195,173); }
td.TdClassName
{
border-color: #BFC3AD;
}
.TagClassName
{
border-color: #BFC3AD;
}
</style>