Shades of Beryl Green #BDC1AD
Tints of Beryl Green #BDC1AD
RGB
CMYK
RGB Variations
Color information
#BDC1AD (or 0xBDC1AD) is known color: Beryl Green. HEX triplet: BD, C1 and AD. RGB value is (189,193,173). Sum of RGB (Red+Green+Blue) = 189+193+173=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 193 (75.78% from 255 or 34.77% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC1AD is #423E52. Grayscale: #BDBDBD. Windows color (decimal): -4341331 or 11387325. OLE color: 11387325.
HSL color Cylindrical-coordinate representation of color #BDC1AD: hue angle of 72º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDC1AD is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 173 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.24 |
| HSL | 72º | 0.14% | 0.72% | - |
| HSV(B) | 72º | 0.1% | 0.76% | - |
| XYZ | 47.6 | 51.98 | 47.06 | - |
| YUV | 189.52 | 118.67 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 173 | 0.02 | 0 | 0.10 | 0.24 | 72 | 0.14 | 0.72 |
| Hex | BD | C1 | AD | 2 | 0 | A | 18 | 48 | E | 48 |
| Octal | 275 | 301 | 255 | 2 | 0 | 12 | 30 | 110 | 16 | 110 |
| Binary | 10111101 | 11000001 | 10101101 | 10 | 0 | 1010 | 11000 | 1001000 | 1110 | 1001000 |
Color Harmonies of #BDC1AD
Complementary color
Monochromatic Colors of #BDC1AD
Black with #BDC1AD
Text Example
Text Example
White with #BDC1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC1AD; }
p { color: rgb(189,193,173); }
H1.HeaderClassName
{
color: #BDC1AD;
}
.AnyTagClassName
{
color: #BDC1AD;
}
</style>
background-color css
<style>
a { background-color: #BDC1AD; }
a { background-color: rgb(189,193,173); }
div.DivClassName
{
background-color: #BDC1AD;
}
.BgClassName
{
background-color: #BDC1AD;
}
</style>
border-color css
<style>
span { border-color: #BDC1AD; }
span { border-color: rgb(189,193,173); }
td.TdClassName
{
border-color: #BDC1AD;
}
.TagClassName
{
border-color: #BDC1AD;
}
</style>