Shades of Beryl Green #BDC2AC
Tints of Beryl Green #BDC2AC
RGB
CMYK
RGB Variations
Color information
#BDC2AC (or 0xBDC2AC) is known color: Beryl Green. HEX triplet: BD, C2 and AC. RGB value is (189,194,172). Sum of RGB (Red+Green+Blue) = 189+194+172=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 194 (76.17% from 255 or 34.95% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC2AC is #423D53. Grayscale: #BEBEBE. Windows color (decimal): -4341076 or 11322045. OLE color: 11322045.
HSL color Cylindrical-coordinate representation of color #BDC2AC: hue angle of 73.64º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDC2AC is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 172 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.24 |
| HSL | 73.64º | 0.15% | 0.72% | - |
| HSV(B) | 73.64º | 0.11% | 0.76% | - |
| XYZ | 47.72 | 52.38 | 46.62 | - |
| YUV | 190 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 172 | 0.03 | 0 | 0.11 | 0.24 | 73.64 | 0.15 | 0.72 |
| Hex | BD | C2 | AC | 3 | 0 | B | 18 | 4A | F | 48 |
| Octal | 275 | 302 | 254 | 3 | 0 | 13 | 30 | 112 | 17 | 110 |
| Binary | 10111101 | 11000010 | 10101100 | 11 | 0 | 1011 | 11000 | 1001010 | 1111 | 1001000 |
Color Harmonies of #BDC2AC
Complementary color
Monochromatic Colors of #BDC2AC
Black with #BDC2AC
Text Example
Text Example
White with #BDC2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC2AC; }
p { color: rgb(189,194,172); }
H1.HeaderClassName
{
color: #BDC2AC;
}
.AnyTagClassName
{
color: #BDC2AC;
}
</style>
background-color css
<style>
a { background-color: #BDC2AC; }
a { background-color: rgb(189,194,172); }
div.DivClassName
{
background-color: #BDC2AC;
}
.BgClassName
{
background-color: #BDC2AC;
}
</style>
border-color css
<style>
span { border-color: #BDC2AC; }
span { border-color: rgb(189,194,172); }
td.TdClassName
{
border-color: #BDC2AC;
}
.TagClassName
{
border-color: #BDC2AC;
}
</style>