Shades of Beryl Green #BABDB0
Tints of Beryl Green #BABDB0
RGB
CMYK
RGB Variations
Color information
#BABDB0 (or 0xBABDB0) is known color: Beryl Green. HEX triplet: BA, BD and B0. RGB value is (186,189,176). Sum of RGB (Red+Green+Blue) = 186+189+176=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 189 - color contains mainly: green. Hex color #BABDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABDB0 is #45424F. Grayscale: #BABABA. Windows color (decimal): -4538960 or 11582906. OLE color: 11582906.
HSL color Cylindrical-coordinate representation of color #BABDB0: hue angle of 73.85º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BABDB0 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 189 | 176 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.26 |
| HSL | 73.85º | 0.09% | 0.72% | - |
| HSV(B) | 73.85º | 0.07% | 0.74% | - |
| XYZ | 46.28 | 49.97 | 48.28 | - |
| YUV | 186.62 | 122.01 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 176 | 0.02 | 0 | 0.07 | 0.26 | 73.85 | 0.09 | 0.72 |
| Hex | BA | BD | B0 | 2 | 0 | 7 | 1A | 4A | 9 | 48 |
| Octal | 272 | 275 | 260 | 2 | 0 | 7 | 32 | 112 | 11 | 110 |
| Binary | 10111010 | 10111101 | 10110000 | 10 | 0 | 111 | 11010 | 1001010 | 1001 | 1001000 |
Color Harmonies of #BABDB0
Complementary color
Monochromatic Colors of #BABDB0
Black with #BABDB0
Text Example
Text Example
White with #BABDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDB0; }
p { color: rgb(186,189,176); }
H1.HeaderClassName
{
color: #BABDB0;
}
.AnyTagClassName
{
color: #BABDB0;
}
</style>
background-color css
<style>
a { background-color: #BABDB0; }
a { background-color: rgb(186,189,176); }
div.DivClassName
{
background-color: #BABDB0;
}
.BgClassName
{
background-color: #BABDB0;
}
</style>
border-color css
<style>
span { border-color: #BABDB0; }
span { border-color: rgb(186,189,176); }
td.TdClassName
{
border-color: #BABDB0;
}
.TagClassName
{
border-color: #BABDB0;
}
</style>