Shades of Beryl Green #BCC3A6
Tints of Beryl Green #BCC3A6
RGB
CMYK
RGB Variations
Color information
#BCC3A6 (or 0xBCC3A6) is known color: Beryl Green. HEX triplet: BC, C3 and A6. RGB value is (188,195,166). Sum of RGB (Red+Green+Blue) = 188+195+166=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 166 (65.23% from 255 or 30.24% from 549); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC3A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC3A6 is #433C59. Grayscale: #BDBDBD. Windows color (decimal): -4406362 or 10929084. OLE color: 10929084.
HSL color Cylindrical-coordinate representation of color #BCC3A6: hue angle of 74.48º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCC3A6 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 195 | 166 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.24 |
| HSL | 74.48º | 0.19% | 0.71% | - |
| HSV(B) | 74.48º | 0.15% | 0.76% | - |
| XYZ | 47.14 | 52.47 | 43.72 | - |
| YUV | 189.6 | 114.68 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 166 | 0.04 | 0 | 0.15 | 0.24 | 74.48 | 0.19 | 0.71 |
| Hex | BC | C3 | A6 | 4 | 0 | F | 18 | 4A | 13 | 47 |
| Octal | 274 | 303 | 246 | 4 | 0 | 17 | 30 | 112 | 23 | 107 |
| Binary | 10111100 | 11000011 | 10100110 | 100 | 0 | 1111 | 11000 | 1001010 | 10011 | 1000111 |
Color Harmonies of #BCC3A6
Complementary color
Monochromatic Colors of #BCC3A6
Black with #BCC3A6
Text Example
Text Example
White with #BCC3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC3A6; }
p { color: rgb(188,195,166); }
H1.HeaderClassName
{
color: #BCC3A6;
}
.AnyTagClassName
{
color: #BCC3A6;
}
</style>
background-color css
<style>
a { background-color: #BCC3A6; }
a { background-color: rgb(188,195,166); }
div.DivClassName
{
background-color: #BCC3A6;
}
.BgClassName
{
background-color: #BCC3A6;
}
</style>
border-color css
<style>
span { border-color: #BCC3A6; }
span { border-color: rgb(188,195,166); }
td.TdClassName
{
border-color: #BCC3A6;
}
.TagClassName
{
border-color: #BCC3A6;
}
</style>