Shades of Beryl Green #BFC1B7
Tints of Beryl Green #BFC1B7
RGB
CMYK
RGB Variations
Color information
#BFC1B7 (or 0xBFC1B7) is known color: Beryl Green. HEX triplet: BF, C1 and B7. RGB value is (191,193,183). Sum of RGB (Red+Green+Blue) = 191+193+183=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 183 (71.88% from 255 or 32.28% from 567); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC1B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC1B7 is #403E48. Grayscale: #BFBFBF. Windows color (decimal): -4210249 or 12042687. OLE color: 12042687.
HSL color Cylindrical-coordinate representation of color #BFC1B7: hue angle of 72º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFC1B7 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 183 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.24 |
| HSL | 72º | 0.07% | 0.74% | - |
| HSV(B) | 72º | 0.05% | 0.76% | - |
| XYZ | 49.1 | 52.64 | 52.37 | - |
| YUV | 191.26 | 123.34 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 183 | 0.01 | 0 | 0.05 | 0.24 | 72 | 0.07 | 0.74 |
| Hex | BF | C1 | B7 | 1 | 0 | 5 | 18 | 48 | 7 | 4A |
| Octal | 277 | 301 | 267 | 1 | 0 | 5 | 30 | 110 | 7 | 112 |
| Binary | 10111111 | 11000001 | 10110111 | 1 | 0 | 101 | 11000 | 1001000 | 111 | 1001010 |
Color Harmonies of #BFC1B7
Complementary color
Monochromatic Colors of #BFC1B7
Black with #BFC1B7
Text Example
Text Example
White with #BFC1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC1B7; }
p { color: rgb(191,193,183); }
H1.HeaderClassName
{
color: #BFC1B7;
}
.AnyTagClassName
{
color: #BFC1B7;
}
</style>
background-color css
<style>
a { background-color: #BFC1B7; }
a { background-color: rgb(191,193,183); }
div.DivClassName
{
background-color: #BFC1B7;
}
.BgClassName
{
background-color: #BFC1B7;
}
</style>
border-color css
<style>
span { border-color: #BFC1B7; }
span { border-color: rgb(191,193,183); }
td.TdClassName
{
border-color: #BFC1B7;
}
.TagClassName
{
border-color: #BFC1B7;
}
</style>