Shades of Beryl Green #BABDAC
Tints of Beryl Green #BABDAC
RGB
CMYK
RGB Variations
Color information
#BABDAC (or 0xBABDAC) is known color: Beryl Green. HEX triplet: BA, BD and AC. RGB value is (186,189,172). Sum of RGB (Red+Green+Blue) = 186+189+172=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 189 - color contains mainly: green. Hex color #BABDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABDAC is #454253. Grayscale: #BABABA. Windows color (decimal): -4538964 or 11320762. OLE color: 11320762.
HSL color Cylindrical-coordinate representation of color #BABDAC: hue angle of 70.59º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BABDAC is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 189 | 172 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.26 |
| HSL | 70.59º | 0.11% | 0.71% | - |
| HSV(B) | 70.59º | 0.09% | 0.74% | - |
| XYZ | 45.89 | 49.81 | 46.23 | - |
| YUV | 186.17 | 120.01 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 172 | 0.02 | 0 | 0.09 | 0.26 | 70.59 | 0.11 | 0.71 |
| Hex | BA | BD | AC | 2 | 0 | 9 | 1A | 47 | B | 47 |
| Octal | 272 | 275 | 254 | 2 | 0 | 11 | 32 | 107 | 13 | 107 |
| Binary | 10111010 | 10111101 | 10101100 | 10 | 0 | 1001 | 11010 | 1000111 | 1011 | 1000111 |
Color Harmonies of #BABDAC
Complementary color
Monochromatic Colors of #BABDAC
Black with #BABDAC
Text Example
Text Example
White with #BABDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDAC; }
p { color: rgb(186,189,172); }
H1.HeaderClassName
{
color: #BABDAC;
}
.AnyTagClassName
{
color: #BABDAC;
}
</style>
background-color css
<style>
a { background-color: #BABDAC; }
a { background-color: rgb(186,189,172); }
div.DivClassName
{
background-color: #BABDAC;
}
.BgClassName
{
background-color: #BABDAC;
}
</style>
border-color css
<style>
span { border-color: #BABDAC; }
span { border-color: rgb(186,189,172); }
td.TdClassName
{
border-color: #BABDAC;
}
.TagClassName
{
border-color: #BABDAC;
}
</style>