Shades of Beryl Green #BCC0A4
Tints of Beryl Green #BCC0A4
RGB
CMYK
RGB Variations
Color information
#BCC0A4 (or 0xBCC0A4) is known color: Beryl Green. HEX triplet: BC, C0 and A4. RGB value is (188,192,164). Sum of RGB (Red+Green+Blue) = 188+192+164=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 164 (64.45% from 255 or 30.15% from 544); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC0A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC0A4 is #433F5B. Grayscale: #BBBBBB. Windows color (decimal): -4407132 or 10797244. OLE color: 10797244.
HSL color Cylindrical-coordinate representation of color #BCC0A4: hue angle of 68.57º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCC0A4 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 164 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.25 |
| HSL | 68.57º | 0.18% | 0.7% | - |
| HSV(B) | 68.57º | 0.15% | 0.75% | - |
| XYZ | 46.29 | 51.07 | 42.54 | - |
| YUV | 187.61 | 114.67 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 164 | 0.02 | 0 | 0.15 | 0.25 | 68.57 | 0.18 | 0.7 |
| Hex | BC | C0 | A4 | 2 | 0 | F | 19 | 45 | 12 | 46 |
| Octal | 274 | 300 | 244 | 2 | 0 | 17 | 31 | 105 | 22 | 106 |
| Binary | 10111100 | 11000000 | 10100100 | 10 | 0 | 1111 | 11001 | 1000101 | 10010 | 1000110 |
Color Harmonies of #BCC0A4
Complementary color
Monochromatic Colors of #BCC0A4
Black with #BCC0A4
Text Example
Text Example
White with #BCC0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC0A4; }
p { color: rgb(188,192,164); }
H1.HeaderClassName
{
color: #BCC0A4;
}
.AnyTagClassName
{
color: #BCC0A4;
}
</style>
background-color css
<style>
a { background-color: #BCC0A4; }
a { background-color: rgb(188,192,164); }
div.DivClassName
{
background-color: #BCC0A4;
}
.BgClassName
{
background-color: #BCC0A4;
}
</style>
border-color css
<style>
span { border-color: #BCC0A4; }
span { border-color: rgb(188,192,164); }
td.TdClassName
{
border-color: #BCC0A4;
}
.TagClassName
{
border-color: #BCC0A4;
}
</style>