Shades of Beryl Green #BDC3A6
Tints of Beryl Green #BDC3A6
RGB
CMYK
RGB Variations
Color information
#BDC3A6 (or 0xBDC3A6) is known color: Beryl Green. HEX triplet: BD, C3 and A6. RGB value is (189,195,166). Sum of RGB (Red+Green+Blue) = 189+195+166=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 195 (76.56% from 255 or 35.45% from 550); Blue value is 166 (65.23% from 255 or 30.18% from 550); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC3A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC3A6 is #423C59. Grayscale: #BEBEBE. Windows color (decimal): -4340826 or 10929085. OLE color: 10929085.
HSL color Cylindrical-coordinate representation of color #BDC3A6: hue angle of 72.41º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDC3A6 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 166 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.24 |
| HSL | 72.41º | 0.19% | 0.71% | - |
| HSV(B) | 72.41º | 0.15% | 0.76% | - |
| XYZ | 47.38 | 52.6 | 43.73 | - |
| YUV | 189.9 | 114.51 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 166 | 0.03 | 0 | 0.15 | 0.24 | 72.41 | 0.19 | 0.71 |
| Hex | BD | C3 | A6 | 3 | 0 | F | 18 | 48 | 13 | 47 |
| Octal | 275 | 303 | 246 | 3 | 0 | 17 | 30 | 110 | 23 | 107 |
| Binary | 10111101 | 11000011 | 10100110 | 11 | 0 | 1111 | 11000 | 1001000 | 10011 | 1000111 |
Color Harmonies of #BDC3A6
Complementary color
Monochromatic Colors of #BDC3A6
Black with #BDC3A6
Text Example
Text Example
White with #BDC3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC3A6; }
p { color: rgb(189,195,166); }
H1.HeaderClassName
{
color: #BDC3A6;
}
.AnyTagClassName
{
color: #BDC3A6;
}
</style>
background-color css
<style>
a { background-color: #BDC3A6; }
a { background-color: rgb(189,195,166); }
div.DivClassName
{
background-color: #BDC3A6;
}
.BgClassName
{
background-color: #BDC3A6;
}
</style>
border-color css
<style>
span { border-color: #BDC3A6; }
span { border-color: rgb(189,195,166); }
td.TdClassName
{
border-color: #BDC3A6;
}
.TagClassName
{
border-color: #BDC3A6;
}
</style>