Shades of Beryl Green #BDBFAA
Tints of Beryl Green #BDBFAA
RGB
CMYK
RGB Variations
Color information
#BDBFAA (or 0xBDBFAA) is known color: Beryl Green. HEX triplet: BD, BF and AA. RGB value is (189,191,170). Sum of RGB (Red+Green+Blue) = 189+191+170=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBFAA is #424055. Grayscale: #BCBCBC. Windows color (decimal): -4341846 or 11190205. OLE color: 11190205.
HSL color Cylindrical-coordinate representation of color #BDBFAA: hue angle of 65.71º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDBFAA is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 191 | 170 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.25 |
| HSL | 65.71º | 0.14% | 0.71% | - |
| HSV(B) | 65.71º | 0.11% | 0.75% | - |
| XYZ | 46.87 | 50.98 | 45.4 | - |
| YUV | 188.01 | 117.84 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 191 | 170 | 0.01 | 0 | 0.11 | 0.25 | 65.71 | 0.14 | 0.71 |
| Hex | BD | BF | AA | 1 | 0 | B | 19 | 42 | E | 47 |
| Octal | 275 | 277 | 252 | 1 | 0 | 13 | 31 | 102 | 16 | 107 |
| Binary | 10111101 | 10111111 | 10101010 | 1 | 0 | 1011 | 11001 | 1000010 | 1110 | 1000111 |
Color Harmonies of #BDBFAA
Complementary color
Monochromatic Colors of #BDBFAA
Black with #BDBFAA
Text Example
Text Example
White with #BDBFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBFAA; }
p { color: rgb(189,191,170); }
H1.HeaderClassName
{
color: #BDBFAA;
}
.AnyTagClassName
{
color: #BDBFAA;
}
</style>
background-color css
<style>
a { background-color: #BDBFAA; }
a { background-color: rgb(189,191,170); }
div.DivClassName
{
background-color: #BDBFAA;
}
.BgClassName
{
background-color: #BDBFAA;
}
</style>
border-color css
<style>
span { border-color: #BDBFAA; }
span { border-color: rgb(189,191,170); }
td.TdClassName
{
border-color: #BDBFAA;
}
.TagClassName
{
border-color: #BDBFAA;
}
</style>