Shades of Beryl Green #BCC2AB
Tints of Beryl Green #BCC2AB
RGB
CMYK
RGB Variations
Color information
#BCC2AB (or 0xBCC2AB) is known color: Beryl Green. HEX triplet: BC, C2 and AB. RGB value is (188,194,171). Sum of RGB (Red+Green+Blue) = 188+194+171=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC2AB is #433D54. Grayscale: #BDBDBD. Windows color (decimal): -4406613 or 11256508. OLE color: 11256508.
HSL color Cylindrical-coordinate representation of color #BCC2AB: hue angle of 75.65º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCC2AB is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 194 | 171 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.24 |
| HSL | 75.65º | 0.16% | 0.72% | - |
| HSV(B) | 75.65º | 0.12% | 0.76% | - |
| XYZ | 47.38 | 52.22 | 46.11 | - |
| YUV | 189.58 | 117.51 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 171 | 0.03 | 0 | 0.12 | 0.24 | 75.65 | 0.16 | 0.72 |
| Hex | BC | C2 | AB | 3 | 0 | C | 18 | 4C | 10 | 48 |
| Octal | 274 | 302 | 253 | 3 | 0 | 14 | 30 | 114 | 20 | 110 |
| Binary | 10111100 | 11000010 | 10101011 | 11 | 0 | 1100 | 11000 | 1001100 | 10000 | 1001000 |
Color Harmonies of #BCC2AB
Complementary color
Monochromatic Colors of #BCC2AB
Black with #BCC2AB
Text Example
Text Example
White with #BCC2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC2AB; }
p { color: rgb(188,194,171); }
H1.HeaderClassName
{
color: #BCC2AB;
}
.AnyTagClassName
{
color: #BCC2AB;
}
</style>
background-color css
<style>
a { background-color: #BCC2AB; }
a { background-color: rgb(188,194,171); }
div.DivClassName
{
background-color: #BCC2AB;
}
.BgClassName
{
background-color: #BCC2AB;
}
</style>
border-color css
<style>
span { border-color: #BCC2AB; }
span { border-color: rgb(188,194,171); }
td.TdClassName
{
border-color: #BCC2AB;
}
.TagClassName
{
border-color: #BCC2AB;
}
</style>