Shades of Beryl Green #BABDB1
Tints of Beryl Green #BABDB1
RGB
CMYK
RGB Variations
Color information
#BABDB1 (or 0xBABDB1) is known color: Beryl Green. HEX triplet: BA, BD and B1. RGB value is (186,189,177). Sum of RGB (Red+Green+Blue) = 186+189+177=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 177 (69.53% from 255 or 32.07% from 552); Max value from RGB is 189 - color contains mainly: green. Hex color #BABDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABDB1 is #45424E. Grayscale: #BABABA. Windows color (decimal): -4538959 or 11648442. OLE color: 11648442.
HSL color Cylindrical-coordinate representation of color #BABDB1: hue angle of 75º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BABDB1 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 189 | 177 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.26 |
| HSL | 75º | 0.08% | 0.72% | - |
| HSV(B) | 75º | 0.06% | 0.74% | - |
| XYZ | 46.38 | 50.01 | 48.8 | - |
| YUV | 186.74 | 122.51 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 177 | 0.02 | 0 | 0.06 | 0.26 | 75 | 0.08 | 0.72 |
| Hex | BA | BD | B1 | 2 | 0 | 6 | 1A | 4B | 8 | 48 |
| Octal | 272 | 275 | 261 | 2 | 0 | 6 | 32 | 113 | 10 | 110 |
| Binary | 10111010 | 10111101 | 10110001 | 10 | 0 | 110 | 11010 | 1001011 | 1000 | 1001000 |
Color Harmonies of #BABDB1
Complementary color
Monochromatic Colors of #BABDB1
Black with #BABDB1
Text Example
Text Example
White with #BABDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDB1; }
p { color: rgb(186,189,177); }
H1.HeaderClassName
{
color: #BABDB1;
}
.AnyTagClassName
{
color: #BABDB1;
}
</style>
background-color css
<style>
a { background-color: #BABDB1; }
a { background-color: rgb(186,189,177); }
div.DivClassName
{
background-color: #BABDB1;
}
.BgClassName
{
background-color: #BABDB1;
}
</style>
border-color css
<style>
span { border-color: #BABDB1; }
span { border-color: rgb(186,189,177); }
td.TdClassName
{
border-color: #BABDB1;
}
.TagClassName
{
border-color: #BABDB1;
}
</style>