Shades of Beryl Green #BCC1AF
Tints of Beryl Green #BCC1AF
RGB
CMYK
RGB Variations
Color information
#BCC1AF (or 0xBCC1AF) is known color: Beryl Green. HEX triplet: BC, C1 and AF. RGB value is (188,193,175). Sum of RGB (Red+Green+Blue) = 188+193+175=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 193 (75.78% from 255 or 34.71% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC1AF is #433E50. Grayscale: #BDBDBD. Windows color (decimal): -4406865 or 11518396. OLE color: 11518396.
HSL color Cylindrical-coordinate representation of color #BCC1AF: hue angle of 76.67º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCC1AF is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 193 | 175 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.24 |
| HSL | 76.67º | 0.13% | 0.72% | - |
| HSV(B) | 76.67º | 0.09% | 0.76% | - |
| XYZ | 47.55 | 51.93 | 48.07 | - |
| YUV | 189.45 | 119.84 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 175 | 0.03 | 0 | 0.09 | 0.24 | 76.67 | 0.13 | 0.72 |
| Hex | BC | C1 | AF | 3 | 0 | 9 | 18 | 4D | D | 48 |
| Octal | 274 | 301 | 257 | 3 | 0 | 11 | 30 | 115 | 15 | 110 |
| Binary | 10111100 | 11000001 | 10101111 | 11 | 0 | 1001 | 11000 | 1001101 | 1101 | 1001000 |
Color Harmonies of #BCC1AF
Complementary color
Monochromatic Colors of #BCC1AF
Black with #BCC1AF
Text Example
Text Example
White with #BCC1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC1AF; }
p { color: rgb(188,193,175); }
H1.HeaderClassName
{
color: #BCC1AF;
}
.AnyTagClassName
{
color: #BCC1AF;
}
</style>
background-color css
<style>
a { background-color: #BCC1AF; }
a { background-color: rgb(188,193,175); }
div.DivClassName
{
background-color: #BCC1AF;
}
.BgClassName
{
background-color: #BCC1AF;
}
</style>
border-color css
<style>
span { border-color: #BCC1AF; }
span { border-color: rgb(188,193,175); }
td.TdClassName
{
border-color: #BCC1AF;
}
.TagClassName
{
border-color: #BCC1AF;
}
</style>