Shades of Beryl Green #BFC3A8
Tints of Beryl Green #BFC3A8
RGB
CMYK
RGB Variations
Color information
#BFC3A8 (or 0xBFC3A8) is known color: Beryl Green. HEX triplet: BF, C3 and A8. RGB value is (191,195,168). Sum of RGB (Red+Green+Blue) = 191+195+168=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 195 (76.56% from 255 or 35.20% from 554); Blue value is 168 (66.02% from 255 or 30.32% from 554); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC3A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC3A8 is #403C57. Grayscale: #BEBEBE. Windows color (decimal): -4209752 or 11060159. OLE color: 11060159.
HSL color Cylindrical-coordinate representation of color #BFC3A8: hue angle of 68.89º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFC3A8 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 168 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.24 |
| HSL | 68.89º | 0.18% | 0.71% | - |
| HSV(B) | 68.89º | 0.14% | 0.76% | - |
| XYZ | 48.07 | 52.93 | 44.73 | - |
| YUV | 190.73 | 115.17 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 168 | 0.02 | 0 | 0.14 | 0.24 | 68.89 | 0.18 | 0.71 |
| Hex | BF | C3 | A8 | 2 | 0 | E | 18 | 45 | 12 | 47 |
| Octal | 277 | 303 | 250 | 2 | 0 | 16 | 30 | 105 | 22 | 107 |
| Binary | 10111111 | 11000011 | 10101000 | 10 | 0 | 1110 | 11000 | 1000101 | 10010 | 1000111 |
Color Harmonies of #BFC3A8
Complementary color
Monochromatic Colors of #BFC3A8
Black with #BFC3A8
Text Example
Text Example
White with #BFC3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC3A8; }
p { color: rgb(191,195,168); }
H1.HeaderClassName
{
color: #BFC3A8;
}
.AnyTagClassName
{
color: #BFC3A8;
}
</style>
background-color css
<style>
a { background-color: #BFC3A8; }
a { background-color: rgb(191,195,168); }
div.DivClassName
{
background-color: #BFC3A8;
}
.BgClassName
{
background-color: #BFC3A8;
}
</style>
border-color css
<style>
span { border-color: #BFC3A8; }
span { border-color: rgb(191,195,168); }
td.TdClassName
{
border-color: #BFC3A8;
}
.TagClassName
{
border-color: #BFC3A8;
}
</style>