Shades of Beryl Green #BDC1A4
Tints of Beryl Green #BDC1A4
RGB
CMYK
RGB Variations
Color information
#BDC1A4 (or 0xBDC1A4) is known color: Beryl Green. HEX triplet: BD, C1 and A4. RGB value is (189,193,164). Sum of RGB (Red+Green+Blue) = 189+193+164=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 164 (64.45% from 255 or 30.04% from 546); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC1A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC1A4 is #423E5B. Grayscale: #BCBCBC. Windows color (decimal): -4341340 or 10797501. OLE color: 10797501.
HSL color Cylindrical-coordinate representation of color #BDC1A4: hue angle of 68.28º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDC1A4 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 164 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.24 |
| HSL | 68.28º | 0.19% | 0.7% | - |
| HSV(B) | 68.28º | 0.15% | 0.76% | - |
| XYZ | 46.76 | 51.64 | 42.62 | - |
| YUV | 188.5 | 114.17 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 164 | 0.02 | 0 | 0.15 | 0.24 | 68.28 | 0.19 | 0.7 |
| Hex | BD | C1 | A4 | 2 | 0 | F | 18 | 44 | 13 | 46 |
| Octal | 275 | 301 | 244 | 2 | 0 | 17 | 30 | 104 | 23 | 106 |
| Binary | 10111101 | 11000001 | 10100100 | 10 | 0 | 1111 | 11000 | 1000100 | 10011 | 1000110 |
Color Harmonies of #BDC1A4
Complementary color
Monochromatic Colors of #BDC1A4
Black with #BDC1A4
Text Example
Text Example
White with #BDC1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC1A4; }
p { color: rgb(189,193,164); }
H1.HeaderClassName
{
color: #BDC1A4;
}
.AnyTagClassName
{
color: #BDC1A4;
}
</style>
background-color css
<style>
a { background-color: #BDC1A4; }
a { background-color: rgb(189,193,164); }
div.DivClassName
{
background-color: #BDC1A4;
}
.BgClassName
{
background-color: #BDC1A4;
}
</style>
border-color css
<style>
span { border-color: #BDC1A4; }
span { border-color: rgb(189,193,164); }
td.TdClassName
{
border-color: #BDC1A4;
}
.TagClassName
{
border-color: #BDC1A4;
}
</style>