Shades of Beryl Green #BFC6A8
Tints of Beryl Green #BFC6A8
RGB
CMYK
RGB Variations
Color information
#BFC6A8 (or 0xBFC6A8) is known color: Beryl Green. HEX triplet: BF, C6 and A8. RGB value is (191,198,168). Sum of RGB (Red+Green+Blue) = 191+198+168=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 168 (66.02% from 255 or 30.16% from 557); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC6A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC6A8 is #403957. Grayscale: #C0C0C0. Windows color (decimal): -4208984 or 11060927. OLE color: 11060927.
HSL color Cylindrical-coordinate representation of color #BFC6A8: hue angle of 74º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFC6A8 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
RGB | 191 | 198 | 168 | - |
CMYK | 0.04 | 0 | 0.15 | 0.22 |
HSL | 74º | 0.21% | 0.72% | - |
HSV(B) | 74º | 0.15% | 0.78% | - |
XYZ | 48.75 | 54.29 | 44.96 | - |
YUV | 192.49 | 114.18 | 126.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 198 | 168 | 0.04 | 0 | 0.15 | 0.22 | 74 | 0.21 | 0.72 |
Hex | BF | C6 | A8 | 4 | 0 | F | 16 | 4A | 15 | 48 |
Octal | 277 | 306 | 250 | 4 | 0 | 17 | 26 | 112 | 25 | 110 |
Binary | 10111111 | 11000110 | 10101000 | 100 | 0 | 1111 | 10110 | 1001010 | 10101 | 1001000 |
Color Harmonies of #BFC6A8
Complementary color
Monochromatic Colors of #BFC6A8
Black with #BFC6A8
Text Example
Text Example
White with #BFC6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC6A8; }
p { color: rgb(191,198,168); }
H1.HeaderClassName
{
color: #BFC6A8;
}
.AnyTagClassName
{
color: #BFC6A8;
}
</style>
background-color css
<style>
a { background-color: #BFC6A8; }
a { background-color: rgb(191,198,168); }
div.DivClassName
{
background-color: #BFC6A8;
}
.BgClassName
{
background-color: #BFC6A8;
}
</style>
border-color css
<style>
span { border-color: #BFC6A8; }
span { border-color: rgb(191,198,168); }
td.TdClassName
{
border-color: #BFC6A8;
}
.TagClassName
{
border-color: #BFC6A8;
}
</style>