Shades of Beryl Green #BCBFA6
Tints of Beryl Green #BCBFA6
RGB
CMYK
RGB Variations
Color information
#BCBFA6 (or 0xBCBFA6) is known color: Beryl Green. HEX triplet: BC, BF and A6. RGB value is (188,191,166). Sum of RGB (Red+Green+Blue) = 188+191+166=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 166 (65.23% from 255 or 30.46% from 545); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBFA6 is #434059. Grayscale: #BBBBBB. Windows color (decimal): -4407386 or 10928060. OLE color: 10928060.
HSL color Cylindrical-coordinate representation of color #BCBFA6: hue angle of 67.2º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCBFA6 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 191 | 166 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.25 |
| HSL | 67.2º | 0.16% | 0.7% | - |
| HSV(B) | 67.2º | 0.13% | 0.75% | - |
| XYZ | 46.25 | 50.71 | 43.43 | - |
| YUV | 187.25 | 116.01 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 166 | 0.02 | 0 | 0.13 | 0.25 | 67.2 | 0.16 | 0.7 |
| Hex | BC | BF | A6 | 2 | 0 | D | 19 | 43 | 10 | 46 |
| Octal | 274 | 277 | 246 | 2 | 0 | 15 | 31 | 103 | 20 | 106 |
| Binary | 10111100 | 10111111 | 10100110 | 10 | 0 | 1101 | 11001 | 1000011 | 10000 | 1000110 |
Color Harmonies of #BCBFA6
Complementary color
Monochromatic Colors of #BCBFA6
Black with #BCBFA6
Text Example
Text Example
White with #BCBFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBFA6; }
p { color: rgb(188,191,166); }
H1.HeaderClassName
{
color: #BCBFA6;
}
.AnyTagClassName
{
color: #BCBFA6;
}
</style>
background-color css
<style>
a { background-color: #BCBFA6; }
a { background-color: rgb(188,191,166); }
div.DivClassName
{
background-color: #BCBFA6;
}
.BgClassName
{
background-color: #BCBFA6;
}
</style>
border-color css
<style>
span { border-color: #BCBFA6; }
span { border-color: rgb(188,191,166); }
td.TdClassName
{
border-color: #BCBFA6;
}
.TagClassName
{
border-color: #BCBFA6;
}
</style>