Shades of Beryl Green #BCC0A9
Tints of Beryl Green #BCC0A9
RGB
CMYK
RGB Variations
Color information
#BCC0A9 (or 0xBCC0A9) is known color: Beryl Green. HEX triplet: BC, C0 and A9. RGB value is (188,192,169). Sum of RGB (Red+Green+Blue) = 188+192+169=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 169 (66.41% from 255 or 30.78% from 549); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC0A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC0A9 is #433F56. Grayscale: #BCBCBC. Windows color (decimal): -4407127 or 11124924. OLE color: 11124924.
HSL color Cylindrical-coordinate representation of color #BCC0A9: hue angle of 70.43º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCC0A9 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 169 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.25 |
| HSL | 70.43º | 0.15% | 0.71% | - |
| HSV(B) | 70.43º | 0.12% | 0.75% | - |
| XYZ | 46.75 | 51.26 | 44.97 | - |
| YUV | 188.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 169 | 0.02 | 0 | 0.12 | 0.25 | 70.43 | 0.15 | 0.71 |
| Hex | BC | C0 | A9 | 2 | 0 | C | 19 | 46 | F | 47 |
| Octal | 274 | 300 | 251 | 2 | 0 | 14 | 31 | 106 | 17 | 107 |
| Binary | 10111100 | 11000000 | 10101001 | 10 | 0 | 1100 | 11001 | 1000110 | 1111 | 1000111 |
Color Harmonies of #BCC0A9
Complementary color
Monochromatic Colors of #BCC0A9
Black with #BCC0A9
Text Example
Text Example
White with #BCC0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC0A9; }
p { color: rgb(188,192,169); }
H1.HeaderClassName
{
color: #BCC0A9;
}
.AnyTagClassName
{
color: #BCC0A9;
}
</style>
background-color css
<style>
a { background-color: #BCC0A9; }
a { background-color: rgb(188,192,169); }
div.DivClassName
{
background-color: #BCC0A9;
}
.BgClassName
{
background-color: #BCC0A9;
}
</style>
border-color css
<style>
span { border-color: #BCC0A9; }
span { border-color: rgb(188,192,169); }
td.TdClassName
{
border-color: #BCC0A9;
}
.TagClassName
{
border-color: #BCC0A9;
}
</style>