Shades of Beryl Green #BCBEAE
Tints of Beryl Green #BCBEAE
RGB
CMYK
RGB Variations
Color information
#BCBEAE (or 0xBCBEAE) is known color: Beryl Green. HEX triplet: BC, BE and AE. RGB value is (188,190,174). Sum of RGB (Red+Green+Blue) = 188+190+174=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 174 (68.36% from 255 or 31.52% from 552); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBEAE is #434151. Grayscale: #BBBBBB. Windows color (decimal): -4407634 or 11452092. OLE color: 11452092.
HSL color Cylindrical-coordinate representation of color #BCBEAE: hue angle of 67.5º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCBEAE is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 190 | 174 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.25 |
| HSL | 67.5º | 0.11% | 0.71% | - |
| HSV(B) | 67.5º | 0.08% | 0.75% | - |
| XYZ | 46.79 | 50.57 | 47.34 | - |
| YUV | 187.58 | 120.34 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 174 | 0.01 | 0 | 0.08 | 0.25 | 67.5 | 0.11 | 0.71 |
| Hex | BC | BE | AE | 1 | 0 | 8 | 19 | 44 | B | 47 |
| Octal | 274 | 276 | 256 | 1 | 0 | 10 | 31 | 104 | 13 | 107 |
| Binary | 10111100 | 10111110 | 10101110 | 1 | 0 | 1000 | 11001 | 1000100 | 1011 | 1000111 |
Color Harmonies of #BCBEAE
Complementary color
Monochromatic Colors of #BCBEAE
Black with #BCBEAE
Text Example
Text Example
White with #BCBEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBEAE; }
p { color: rgb(188,190,174); }
H1.HeaderClassName
{
color: #BCBEAE;
}
.AnyTagClassName
{
color: #BCBEAE;
}
</style>
background-color css
<style>
a { background-color: #BCBEAE; }
a { background-color: rgb(188,190,174); }
div.DivClassName
{
background-color: #BCBEAE;
}
.BgClassName
{
background-color: #BCBEAE;
}
</style>
border-color css
<style>
span { border-color: #BCBEAE; }
span { border-color: rgb(188,190,174); }
td.TdClassName
{
border-color: #BCBEAE;
}
.TagClassName
{
border-color: #BCBEAE;
}
</style>