Shades of Beryl Green #BCBEA8
Tints of Beryl Green #BCBEA8
RGB
CMYK
RGB Variations
Color information
#BCBEA8 (or 0xBCBEA8) is known color: Beryl Green. HEX triplet: BC, BE and A8. RGB value is (188,190,168). Sum of RGB (Red+Green+Blue) = 188+190+168=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 168 (66.02% from 255 or 30.77% from 546); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBEA8 is #434157. Grayscale: #BABABA. Windows color (decimal): -4407640 or 11058876. OLE color: 11058876.
HSL color Cylindrical-coordinate representation of color #BCBEA8: hue angle of 65.45º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCBEA8 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
RGB | 188 | 190 | 168 | - |
CMYK | 0.01 | 0 | 0.12 | 0.25 |
HSL | 65.45º | 0.14% | 0.7% | - |
HSV(B) | 65.45º | 0.12% | 0.75% | - |
XYZ | 46.22 | 50.35 | 44.33 | - |
YUV | 186.89 | 117.34 | 128.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 190 | 168 | 0.01 | 0 | 0.12 | 0.25 | 65.45 | 0.14 | 0.7 |
Hex | BC | BE | A8 | 1 | 0 | C | 19 | 41 | E | 46 |
Octal | 274 | 276 | 250 | 1 | 0 | 14 | 31 | 101 | 16 | 106 |
Binary | 10111100 | 10111110 | 10101000 | 1 | 0 | 1100 | 11001 | 1000001 | 1110 | 1000110 |
Color Harmonies of #BCBEA8
Complementary color
Monochromatic Colors of #BCBEA8
Black with #BCBEA8
Text Example
Text Example
White with #BCBEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBEA8; }
p { color: rgb(188,190,168); }
H1.HeaderClassName
{
color: #BCBEA8;
}
.AnyTagClassName
{
color: #BCBEA8;
}
</style>
background-color css
<style>
a { background-color: #BCBEA8; }
a { background-color: rgb(188,190,168); }
div.DivClassName
{
background-color: #BCBEA8;
}
.BgClassName
{
background-color: #BCBEA8;
}
</style>
border-color css
<style>
span { border-color: #BCBEA8; }
span { border-color: rgb(188,190,168); }
td.TdClassName
{
border-color: #BCBEA8;
}
.TagClassName
{
border-color: #BCBEA8;
}
</style>