Shades of Beryl Green #BCC1AC
Tints of Beryl Green #BCC1AC
RGB
CMYK
RGB Variations
Color information
#BCC1AC (or 0xBCC1AC) is known color: Beryl Green. HEX triplet: BC, C1 and AC. RGB value is (188,193,172). Sum of RGB (Red+Green+Blue) = 188+193+172=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC1AC is #433E53. Grayscale: #BDBDBD. Windows color (decimal): -4406868 or 11321788. OLE color: 11321788.
HSL color Cylindrical-coordinate representation of color #BCC1AC: hue angle of 74.29º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCC1AC is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 193 | 172 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.24 |
| HSL | 74.29º | 0.14% | 0.72% | - |
| HSV(B) | 74.29º | 0.11% | 0.76% | - |
| XYZ | 47.26 | 51.81 | 46.54 | - |
| YUV | 189.11 | 118.34 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 172 | 0.03 | 0 | 0.11 | 0.24 | 74.29 | 0.14 | 0.72 |
| Hex | BC | C1 | AC | 3 | 0 | B | 18 | 4A | E | 48 |
| Octal | 274 | 301 | 254 | 3 | 0 | 13 | 30 | 112 | 16 | 110 |
| Binary | 10111100 | 11000001 | 10101100 | 11 | 0 | 1011 | 11000 | 1001010 | 1110 | 1001000 |
Color Harmonies of #BCC1AC
Complementary color
Monochromatic Colors of #BCC1AC
Black with #BCC1AC
Text Example
Text Example
White with #BCC1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC1AC; }
p { color: rgb(188,193,172); }
H1.HeaderClassName
{
color: #BCC1AC;
}
.AnyTagClassName
{
color: #BCC1AC;
}
</style>
background-color css
<style>
a { background-color: #BCC1AC; }
a { background-color: rgb(188,193,172); }
div.DivClassName
{
background-color: #BCC1AC;
}
.BgClassName
{
background-color: #BCC1AC;
}
</style>
border-color css
<style>
span { border-color: #BCC1AC; }
span { border-color: rgb(188,193,172); }
td.TdClassName
{
border-color: #BCC1AC;
}
.TagClassName
{
border-color: #BCC1AC;
}
</style>