Shades of Beryl Green #BDBFAB
Tints of Beryl Green #BDBFAB
RGB
CMYK
RGB Variations
Color information
#BDBFAB (or 0xBDBFAB) is known color: Beryl Green. HEX triplet: BD, BF and AB. RGB value is (189,191,171). Sum of RGB (Red+Green+Blue) = 189+191+171=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBFAB is #424054. Grayscale: #BCBCBC. Windows color (decimal): -4341845 or 11255741. OLE color: 11255741.
HSL color Cylindrical-coordinate representation of color #BDBFAB: hue angle of 66º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDBFAB is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 191 | 171 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.25 |
| HSL | 66º | 0.14% | 0.71% | - |
| HSV(B) | 66º | 0.1% | 0.75% | - |
| XYZ | 46.97 | 51.02 | 45.9 | - |
| YUV | 188.12 | 118.34 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 191 | 171 | 0.01 | 0 | 0.10 | 0.25 | 66 | 0.14 | 0.71 |
| Hex | BD | BF | AB | 1 | 0 | A | 19 | 42 | E | 47 |
| Octal | 275 | 277 | 253 | 1 | 0 | 12 | 31 | 102 | 16 | 107 |
| Binary | 10111101 | 10111111 | 10101011 | 1 | 0 | 1010 | 11001 | 1000010 | 1110 | 1000111 |
Color Harmonies of #BDBFAB
Complementary color
Monochromatic Colors of #BDBFAB
Black with #BDBFAB
Text Example
Text Example
White with #BDBFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBFAB; }
p { color: rgb(189,191,171); }
H1.HeaderClassName
{
color: #BDBFAB;
}
.AnyTagClassName
{
color: #BDBFAB;
}
</style>
background-color css
<style>
a { background-color: #BDBFAB; }
a { background-color: rgb(189,191,171); }
div.DivClassName
{
background-color: #BDBFAB;
}
.BgClassName
{
background-color: #BDBFAB;
}
</style>
border-color css
<style>
span { border-color: #BDBFAB; }
span { border-color: rgb(189,191,171); }
td.TdClassName
{
border-color: #BDBFAB;
}
.TagClassName
{
border-color: #BDBFAB;
}
</style>