Shades of Beryl Green #BCC0AB
Tints of Beryl Green #BCC0AB
RGB
CMYK
RGB Variations
Color information
#BCC0AB (or 0xBCC0AB) is known color: Beryl Green. HEX triplet: BC, C0 and AB. RGB value is (188,192,171). Sum of RGB (Red+Green+Blue) = 188+192+171=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC0AB is #433F54. Grayscale: #BCBCBC. Windows color (decimal): -4407125 or 11255996. OLE color: 11255996.
HSL color Cylindrical-coordinate representation of color #BCC0AB: hue angle of 71.43º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCC0AB is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 171 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.25 |
| HSL | 71.43º | 0.14% | 0.71% | - |
| HSV(B) | 71.43º | 0.11% | 0.75% | - |
| XYZ | 46.94 | 51.33 | 45.96 | - |
| YUV | 188.41 | 118.17 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 171 | 0.02 | 0 | 0.11 | 0.25 | 71.43 | 0.14 | 0.71 |
| Hex | BC | C0 | AB | 2 | 0 | B | 19 | 47 | E | 47 |
| Octal | 274 | 300 | 253 | 2 | 0 | 13 | 31 | 107 | 16 | 107 |
| Binary | 10111100 | 11000000 | 10101011 | 10 | 0 | 1011 | 11001 | 1000111 | 1110 | 1000111 |
Color Harmonies of #BCC0AB
Complementary color
Monochromatic Colors of #BCC0AB
Black with #BCC0AB
Text Example
Text Example
White with #BCC0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC0AB; }
p { color: rgb(188,192,171); }
H1.HeaderClassName
{
color: #BCC0AB;
}
.AnyTagClassName
{
color: #BCC0AB;
}
</style>
background-color css
<style>
a { background-color: #BCC0AB; }
a { background-color: rgb(188,192,171); }
div.DivClassName
{
background-color: #BCC0AB;
}
.BgClassName
{
background-color: #BCC0AB;
}
</style>
border-color css
<style>
span { border-color: #BCC0AB; }
span { border-color: rgb(188,192,171); }
td.TdClassName
{
border-color: #BCC0AB;
}
.TagClassName
{
border-color: #BCC0AB;
}
</style>