Shades of Beryl Green #BCC2A7
Tints of Beryl Green #BCC2A7
RGB
CMYK
RGB Variations
Color information
#BCC2A7 (or 0xBCC2A7) is known color: Beryl Green. HEX triplet: BC, C2 and A7. RGB value is (188,194,167). Sum of RGB (Red+Green+Blue) = 188+194+167=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 167 (65.62% from 255 or 30.42% from 549); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC2A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC2A7 is #433D58. Grayscale: #BDBDBD. Windows color (decimal): -4406617 or 10994364. OLE color: 10994364.
HSL color Cylindrical-coordinate representation of color #BCC2A7: hue angle of 73.33º degrees, saturation: 0.18, 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 #BCC2A7 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 194 | 167 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.24 |
| HSL | 73.33º | 0.18% | 0.71% | - |
| HSV(B) | 73.33º | 0.14% | 0.76% | - |
| XYZ | 47.01 | 52.06 | 44.13 | - |
| YUV | 189.13 | 115.51 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 167 | 0.03 | 0 | 0.14 | 0.24 | 73.33 | 0.18 | 0.71 |
| Hex | BC | C2 | A7 | 3 | 0 | E | 18 | 49 | 12 | 47 |
| Octal | 274 | 302 | 247 | 3 | 0 | 16 | 30 | 111 | 22 | 107 |
| Binary | 10111100 | 11000010 | 10100111 | 11 | 0 | 1110 | 11000 | 1001001 | 10010 | 1000111 |
Color Harmonies of #BCC2A7
Complementary color
Monochromatic Colors of #BCC2A7
Black with #BCC2A7
Text Example
Text Example
White with #BCC2A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC2A7; }
p { color: rgb(188,194,167); }
H1.HeaderClassName
{
color: #BCC2A7;
}
.AnyTagClassName
{
color: #BCC2A7;
}
</style>
background-color css
<style>
a { background-color: #BCC2A7; }
a { background-color: rgb(188,194,167); }
div.DivClassName
{
background-color: #BCC2A7;
}
.BgClassName
{
background-color: #BCC2A7;
}
</style>
border-color css
<style>
span { border-color: #BCC2A7; }
span { border-color: rgb(188,194,167); }
td.TdClassName
{
border-color: #BCC2A7;
}
.TagClassName
{
border-color: #BCC2A7;
}
</style>