Shades of Beryl Green #BCC0AD
Tints of Beryl Green #BCC0AD
RGB
CMYK
RGB Variations
Color information
#BCC0AD (or 0xBCC0AD) is known color: Beryl Green. HEX triplet: BC, C0 and AD. RGB value is (188,192,173). Sum of RGB (Red+Green+Blue) = 188+192+173=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC0AD is #433F52. Grayscale: #BCBCBC. Windows color (decimal): -4407123 or 11387068. OLE color: 11387068.
HSL color Cylindrical-coordinate representation of color #BCC0AD: hue angle of 72.63º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCC0AD is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 173 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.25 |
| HSL | 72.63º | 0.13% | 0.72% | - |
| HSV(B) | 72.63º | 0.1% | 0.75% | - |
| XYZ | 47.13 | 51.41 | 46.97 | - |
| YUV | 188.64 | 119.17 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 173 | 0.02 | 0 | 0.10 | 0.25 | 72.63 | 0.13 | 0.72 |
| Hex | BC | C0 | AD | 2 | 0 | A | 19 | 49 | D | 48 |
| Octal | 274 | 300 | 255 | 2 | 0 | 12 | 31 | 111 | 15 | 110 |
| Binary | 10111100 | 11000000 | 10101101 | 10 | 0 | 1010 | 11001 | 1001001 | 1101 | 1001000 |
Color Harmonies of #BCC0AD
Complementary color
Monochromatic Colors of #BCC0AD
Black with #BCC0AD
Text Example
Text Example
White with #BCC0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC0AD; }
p { color: rgb(188,192,173); }
H1.HeaderClassName
{
color: #BCC0AD;
}
.AnyTagClassName
{
color: #BCC0AD;
}
</style>
background-color css
<style>
a { background-color: #BCC0AD; }
a { background-color: rgb(188,192,173); }
div.DivClassName
{
background-color: #BCC0AD;
}
.BgClassName
{
background-color: #BCC0AD;
}
</style>
border-color css
<style>
span { border-color: #BCC0AD; }
span { border-color: rgb(188,192,173); }
td.TdClassName
{
border-color: #BCC0AD;
}
.TagClassName
{
border-color: #BCC0AD;
}
</style>