Shades of Beryl Green #BFC6A2
Tints of Beryl Green #BFC6A2
RGB
CMYK
RGB Variations
Color information
#BFC6A2 (or 0xBFC6A2) is known color: Beryl Green. HEX triplet: BF, C6 and A2. RGB value is (191,198,162). Sum of RGB (Red+Green+Blue) = 191+198+162=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 198 (77.73% from 255 or 35.93% from 551); Blue value is 162 (63.67% from 255 or 29.40% from 551); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC6A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC6A2 is #40395D. Grayscale: #BFBFBF. Windows color (decimal): -4208990 or 10667711. OLE color: 10667711.
HSL color Cylindrical-coordinate representation of color #BFC6A2: hue angle of 71.67º degrees, saturation: 0.24, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFC6A2 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 198 | 162 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.22 |
| HSL | 71.67º | 0.24% | 0.71% | - |
| HSV(B) | 71.67º | 0.18% | 0.78% | - |
| XYZ | 48.2 | 54.07 | 42.08 | - |
| YUV | 191.8 | 111.18 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 162 | 0.04 | 0 | 0.18 | 0.22 | 71.67 | 0.24 | 0.71 |
| Hex | BF | C6 | A2 | 4 | 0 | 12 | 16 | 48 | 18 | 47 |
| Octal | 277 | 306 | 242 | 4 | 0 | 22 | 26 | 110 | 30 | 107 |
| Binary | 10111111 | 11000110 | 10100010 | 100 | 0 | 10010 | 10110 | 1001000 | 11000 | 1000111 |
Color Harmonies of #BFC6A2
Complementary color
Monochromatic Colors of #BFC6A2
Black with #BFC6A2
Text Example
Text Example
White with #BFC6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC6A2; }
p { color: rgb(191,198,162); }
H1.HeaderClassName
{
color: #BFC6A2;
}
.AnyTagClassName
{
color: #BFC6A2;
}
</style>
background-color css
<style>
a { background-color: #BFC6A2; }
a { background-color: rgb(191,198,162); }
div.DivClassName
{
background-color: #BFC6A2;
}
.BgClassName
{
background-color: #BFC6A2;
}
</style>
border-color css
<style>
span { border-color: #BFC6A2; }
span { border-color: rgb(191,198,162); }
td.TdClassName
{
border-color: #BFC6A2;
}
.TagClassName
{
border-color: #BFC6A2;
}
</style>