Shades of Beryl Green #BABDAB
Tints of Beryl Green #BABDAB
RGB
CMYK
RGB Variations
Color information
#BABDAB (or 0xBABDAB) is known color: Beryl Green. HEX triplet: BA, BD and AB. RGB value is (186,189,171). Sum of RGB (Red+Green+Blue) = 186+189+171=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 189 - color contains mainly: green. Hex color #BABDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABDAB is #454254. Grayscale: #BABABA. Windows color (decimal): -4538965 or 11255226. OLE color: 11255226.
HSL color Cylindrical-coordinate representation of color #BABDAB: hue angle of 70º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BABDAB is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
RGB | 186 | 189 | 171 | - |
CMYK | 0.02 | 0 | 0.10 | 0.26 |
HSL | 70º | 0.12% | 0.71% | - |
HSV(B) | 70º | 0.1% | 0.74% | - |
XYZ | 45.8 | 49.77 | 45.72 | - |
YUV | 186.05 | 119.51 | 127.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 189 | 171 | 0.02 | 0 | 0.10 | 0.26 | 70 | 0.12 | 0.71 |
Hex | BA | BD | AB | 2 | 0 | A | 1A | 46 | C | 47 |
Octal | 272 | 275 | 253 | 2 | 0 | 12 | 32 | 106 | 14 | 107 |
Binary | 10111010 | 10111101 | 10101011 | 10 | 0 | 1010 | 11010 | 1000110 | 1100 | 1000111 |
Color Harmonies of #BABDAB
Complementary color
Monochromatic Colors of #BABDAB
Black with #BABDAB
Text Example
Text Example
White with #BABDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDAB; }
p { color: rgb(186,189,171); }
H1.HeaderClassName
{
color: #BABDAB;
}
.AnyTagClassName
{
color: #BABDAB;
}
</style>
background-color css
<style>
a { background-color: #BABDAB; }
a { background-color: rgb(186,189,171); }
div.DivClassName
{
background-color: #BABDAB;
}
.BgClassName
{
background-color: #BABDAB;
}
</style>
border-color css
<style>
span { border-color: #BABDAB; }
span { border-color: rgb(186,189,171); }
td.TdClassName
{
border-color: #BABDAB;
}
.TagClassName
{
border-color: #BABDAB;
}
</style>