Shades of Beryl Green #BCC0AA
Tints of Beryl Green #BCC0AA
RGB
CMYK
RGB Variations
Color information
#BCC0AA (or 0xBCC0AA) is known color: Beryl Green. HEX triplet: BC, C0 and AA. RGB value is (188,192,170). Sum of RGB (Red+Green+Blue) = 188+192+170=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC0AA is #433F55. Grayscale: #BCBCBC. Windows color (decimal): -4407126 or 11190460. OLE color: 11190460.
HSL color Cylindrical-coordinate representation of color #BCC0AA: hue angle of 70.91º degrees, saturation: 0.15, 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 #BCC0AA is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 170 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.25 |
| HSL | 70.91º | 0.15% | 0.71% | - |
| HSV(B) | 70.91º | 0.11% | 0.75% | - |
| XYZ | 46.84 | 51.29 | 45.46 | - |
| YUV | 188.3 | 117.67 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 170 | 0.02 | 0 | 0.11 | 0.25 | 70.91 | 0.15 | 0.71 |
| Hex | BC | C0 | AA | 2 | 0 | B | 19 | 47 | F | 47 |
| Octal | 274 | 300 | 252 | 2 | 0 | 13 | 31 | 107 | 17 | 107 |
| Binary | 10111100 | 11000000 | 10101010 | 10 | 0 | 1011 | 11001 | 1000111 | 1111 | 1000111 |
Color Harmonies of #BCC0AA
Complementary color
Monochromatic Colors of #BCC0AA
Black with #BCC0AA
Text Example
Text Example
White with #BCC0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC0AA; }
p { color: rgb(188,192,170); }
H1.HeaderClassName
{
color: #BCC0AA;
}
.AnyTagClassName
{
color: #BCC0AA;
}
</style>
background-color css
<style>
a { background-color: #BCC0AA; }
a { background-color: rgb(188,192,170); }
div.DivClassName
{
background-color: #BCC0AA;
}
.BgClassName
{
background-color: #BCC0AA;
}
</style>
border-color css
<style>
span { border-color: #BCC0AA; }
span { border-color: rgb(188,192,170); }
td.TdClassName
{
border-color: #BCC0AA;
}
.TagClassName
{
border-color: #BCC0AA;
}
</style>