Shades of Beryl Green #BCBEAA
Tints of Beryl Green #BCBEAA
RGB
CMYK
RGB Variations
Color information
#BCBEAA (or 0xBCBEAA) is known color: Beryl Green. HEX triplet: BC, BE and AA. RGB value is (188,190,170). Sum of RGB (Red+Green+Blue) = 188+190+170=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBEAA is #434155. Grayscale: #BBBBBB. Windows color (decimal): -4407638 or 11189948. OLE color: 11189948.
HSL color Cylindrical-coordinate representation of color #BCBEAA: hue angle of 66º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCBEAA is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 190 | 170 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.25 |
| HSL | 66º | 0.13% | 0.71% | - |
| HSV(B) | 66º | 0.11% | 0.75% | - |
| XYZ | 46.41 | 50.42 | 45.32 | - |
| YUV | 187.12 | 118.34 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 170 | 0.01 | 0 | 0.11 | 0.25 | 66 | 0.13 | 0.71 |
| Hex | BC | BE | AA | 1 | 0 | B | 19 | 42 | D | 47 |
| Octal | 274 | 276 | 252 | 1 | 0 | 13 | 31 | 102 | 15 | 107 |
| Binary | 10111100 | 10111110 | 10101010 | 1 | 0 | 1011 | 11001 | 1000010 | 1101 | 1000111 |
Color Harmonies of #BCBEAA
Complementary color
Monochromatic Colors of #BCBEAA
Black with #BCBEAA
Text Example
Text Example
White with #BCBEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBEAA; }
p { color: rgb(188,190,170); }
H1.HeaderClassName
{
color: #BCBEAA;
}
.AnyTagClassName
{
color: #BCBEAA;
}
</style>
background-color css
<style>
a { background-color: #BCBEAA; }
a { background-color: rgb(188,190,170); }
div.DivClassName
{
background-color: #BCBEAA;
}
.BgClassName
{
background-color: #BCBEAA;
}
</style>
border-color css
<style>
span { border-color: #BCBEAA; }
span { border-color: rgb(188,190,170); }
td.TdClassName
{
border-color: #BCBEAA;
}
.TagClassName
{
border-color: #BCBEAA;
}
</style>