Shades of Beryl Green #BDBFAC
Tints of Beryl Green #BDBFAC
RGB
CMYK
RGB Variations
Color information
#BDBFAC (or 0xBDBFAC) is known color: Beryl Green. HEX triplet: BD, BF and AC. RGB value is (189,191,172). Sum of RGB (Red+Green+Blue) = 189+191+172=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 191 (75% from 255 or 34.60% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBFAC is #424053. Grayscale: #BCBCBC. Windows color (decimal): -4341844 or 11321277. OLE color: 11321277.
HSL color Cylindrical-coordinate representation of color #BDBFAC: hue angle of 66.32º degrees, saturation: 0.13, 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 #BDBFAC is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
RGB | 189 | 191 | 172 | - |
CMYK | 0.01 | 0 | 0.10 | 0.25 |
HSL | 66.32º | 0.13% | 0.71% | - |
HSV(B) | 66.32º | 0.1% | 0.75% | - |
XYZ | 47.06 | 51.06 | 46.4 | - |
YUV | 188.24 | 118.84 | 128.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 191 | 172 | 0.01 | 0 | 0.10 | 0.25 | 66.32 | 0.13 | 0.71 |
Hex | BD | BF | AC | 1 | 0 | A | 19 | 42 | D | 47 |
Octal | 275 | 277 | 254 | 1 | 0 | 12 | 31 | 102 | 15 | 107 |
Binary | 10111101 | 10111111 | 10101100 | 1 | 0 | 1010 | 11001 | 1000010 | 1101 | 1000111 |
Color Harmonies of #BDBFAC
Complementary color
Monochromatic Colors of #BDBFAC
Black with #BDBFAC
Text Example
Text Example
White with #BDBFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBFAC; }
p { color: rgb(189,191,172); }
H1.HeaderClassName
{
color: #BDBFAC;
}
.AnyTagClassName
{
color: #BDBFAC;
}
</style>
background-color css
<style>
a { background-color: #BDBFAC; }
a { background-color: rgb(189,191,172); }
div.DivClassName
{
background-color: #BDBFAC;
}
.BgClassName
{
background-color: #BDBFAC;
}
</style>
border-color css
<style>
span { border-color: #BDBFAC; }
span { border-color: rgb(189,191,172); }
td.TdClassName
{
border-color: #BDBFAC;
}
.TagClassName
{
border-color: #BDBFAC;
}
</style>