Shades of Beryl Green #BDC1A1
Tints of Beryl Green #BDC1A1
RGB
CMYK
RGB Variations
Color information
#BDC1A1 (or 0xBDC1A1) is known color: Beryl Green. HEX triplet: BD, C1 and A1. RGB value is (189,193,161). Sum of RGB (Red+Green+Blue) = 189+193+161=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 161 (63.28% from 255 or 29.65% from 543); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC1A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC1A1 is #423E5E. Grayscale: #BCBCBC. Windows color (decimal): -4341343 or 10600893. OLE color: 10600893.
HSL color Cylindrical-coordinate representation of color #BDC1A1: hue angle of 67.5º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDC1A1 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 161 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.24 |
| HSL | 67.5º | 0.21% | 0.69% | - |
| HSV(B) | 67.5º | 0.17% | 0.76% | - |
| XYZ | 46.49 | 51.53 | 41.21 | - |
| YUV | 188.16 | 112.67 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 161 | 0.02 | 0 | 0.17 | 0.24 | 67.5 | 0.21 | 0.69 |
| Hex | BD | C1 | A1 | 2 | 0 | 11 | 18 | 44 | 15 | 45 |
| Octal | 275 | 301 | 241 | 2 | 0 | 21 | 30 | 104 | 25 | 105 |
| Binary | 10111101 | 11000001 | 10100001 | 10 | 0 | 10001 | 11000 | 1000100 | 10101 | 1000101 |
Color Harmonies of #BDC1A1
Complementary color
Monochromatic Colors of #BDC1A1
Black with #BDC1A1
Text Example
Text Example
White with #BDC1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC1A1; }
p { color: rgb(189,193,161); }
H1.HeaderClassName
{
color: #BDC1A1;
}
.AnyTagClassName
{
color: #BDC1A1;
}
</style>
background-color css
<style>
a { background-color: #BDC1A1; }
a { background-color: rgb(189,193,161); }
div.DivClassName
{
background-color: #BDC1A1;
}
.BgClassName
{
background-color: #BDC1A1;
}
</style>
border-color css
<style>
span { border-color: #BDC1A1; }
span { border-color: rgb(189,193,161); }
td.TdClassName
{
border-color: #BDC1A1;
}
.TagClassName
{
border-color: #BDC1A1;
}
</style>