Shades of Beryl Green #BDBFAF
Tints of Beryl Green #BDBFAF
RGB
CMYK
RGB Variations
Color information
#BDBFAF (or 0xBDBFAF) is known color: Beryl Green. HEX triplet: BD, BF and AF. RGB value is (189,191,175). Sum of RGB (Red+Green+Blue) = 189+191+175=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 191 (75% from 255 or 34.41% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBFAF is #424050. Grayscale: #BCBCBC. Windows color (decimal): -4341841 or 11517885. OLE color: 11517885.
HSL color Cylindrical-coordinate representation of color #BDBFAF: hue angle of 67.5º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDBFAF is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 191 | 175 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.25 |
| HSL | 67.5º | 0.11% | 0.72% | - |
| HSV(B) | 67.5º | 0.08% | 0.75% | - |
| XYZ | 47.35 | 51.18 | 47.94 | - |
| YUV | 188.58 | 120.34 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 191 | 175 | 0.01 | 0 | 0.08 | 0.25 | 67.5 | 0.11 | 0.72 |
| Hex | BD | BF | AF | 1 | 0 | 8 | 19 | 44 | B | 48 |
| Octal | 275 | 277 | 257 | 1 | 0 | 10 | 31 | 104 | 13 | 110 |
| Binary | 10111101 | 10111111 | 10101111 | 1 | 0 | 1000 | 11001 | 1000100 | 1011 | 1001000 |
Color Harmonies of #BDBFAF
Complementary color
Monochromatic Colors of #BDBFAF
Black with #BDBFAF
Text Example
Text Example
White with #BDBFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBFAF; }
p { color: rgb(189,191,175); }
H1.HeaderClassName
{
color: #BDBFAF;
}
.AnyTagClassName
{
color: #BDBFAF;
}
</style>
background-color css
<style>
a { background-color: #BDBFAF; }
a { background-color: rgb(189,191,175); }
div.DivClassName
{
background-color: #BDBFAF;
}
.BgClassName
{
background-color: #BDBFAF;
}
</style>
border-color css
<style>
span { border-color: #BDBFAF; }
span { border-color: rgb(189,191,175); }
td.TdClassName
{
border-color: #BDBFAF;
}
.TagClassName
{
border-color: #BDBFAF;
}
</style>