Shades of Beryl Green #BCC2A6
Tints of Beryl Green #BCC2A6
RGB
CMYK
RGB Variations
Color information
#BCC2A6 (or 0xBCC2A6) is known color: Beryl Green. HEX triplet: BC, C2 and A6. RGB value is (188,194,166). Sum of RGB (Red+Green+Blue) = 188+194+166=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 166 (65.23% from 255 or 30.29% from 548); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC2A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC2A6 is #433D59. Grayscale: #BDBDBD. Windows color (decimal): -4406618 or 10928828. OLE color: 10928828.
HSL color Cylindrical-coordinate representation of color #BCC2A6: hue angle of 72.86º degrees, saturation: 0.19, 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 #BCC2A6 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 194 | 166 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.24 |
| HSL | 72.86º | 0.19% | 0.71% | - |
| HSV(B) | 72.86º | 0.14% | 0.76% | - |
| XYZ | 46.91 | 52.03 | 43.65 | - |
| YUV | 189.01 | 115.01 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 166 | 0.03 | 0 | 0.14 | 0.24 | 72.86 | 0.19 | 0.71 |
| Hex | BC | C2 | A6 | 3 | 0 | E | 18 | 49 | 13 | 47 |
| Octal | 274 | 302 | 246 | 3 | 0 | 16 | 30 | 111 | 23 | 107 |
| Binary | 10111100 | 11000010 | 10100110 | 11 | 0 | 1110 | 11000 | 1001001 | 10011 | 1000111 |
Color Harmonies of #BCC2A6
Complementary color
Monochromatic Colors of #BCC2A6
Black with #BCC2A6
Text Example
Text Example
White with #BCC2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC2A6; }
p { color: rgb(188,194,166); }
H1.HeaderClassName
{
color: #BCC2A6;
}
.AnyTagClassName
{
color: #BCC2A6;
}
</style>
background-color css
<style>
a { background-color: #BCC2A6; }
a { background-color: rgb(188,194,166); }
div.DivClassName
{
background-color: #BCC2A6;
}
.BgClassName
{
background-color: #BCC2A6;
}
</style>
border-color css
<style>
span { border-color: #BCC2A6; }
span { border-color: rgb(188,194,166); }
td.TdClassName
{
border-color: #BCC2A6;
}
.TagClassName
{
border-color: #BCC2A6;
}
</style>