Shades of Beryl Green #BABDA7
Tints of Beryl Green #BABDA7
RGB
CMYK
RGB Variations
Color information
#BABDA7 (or 0xBABDA7) is known color: Beryl Green. HEX triplet: BA, BD and A7. RGB value is (186,189,167). Sum of RGB (Red+Green+Blue) = 186+189+167=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 167 (65.62% from 255 or 30.81% from 542); Max value from RGB is 189 - color contains mainly: green. Hex color #BABDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABDA7 is #454258. Grayscale: #B9B9B9. Windows color (decimal): -4538969 or 10993082. OLE color: 10993082.
HSL color Cylindrical-coordinate representation of color #BABDA7: hue angle of 68.18º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BABDA7 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 189 | 167 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.26 |
| HSL | 68.18º | 0.14% | 0.7% | - |
| HSV(B) | 68.18º | 0.12% | 0.74% | - |
| XYZ | 45.42 | 49.62 | 43.74 | - |
| YUV | 185.6 | 117.51 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 167 | 0.02 | 0 | 0.12 | 0.26 | 68.18 | 0.14 | 0.7 |
| Hex | BA | BD | A7 | 2 | 0 | C | 1A | 44 | E | 46 |
| Octal | 272 | 275 | 247 | 2 | 0 | 14 | 32 | 104 | 16 | 106 |
| Binary | 10111010 | 10111101 | 10100111 | 10 | 0 | 1100 | 11010 | 1000100 | 1110 | 1000110 |
Color Harmonies of #BABDA7
Complementary color
Monochromatic Colors of #BABDA7
Black with #BABDA7
Text Example
Text Example
White with #BABDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDA7; }
p { color: rgb(186,189,167); }
H1.HeaderClassName
{
color: #BABDA7;
}
.AnyTagClassName
{
color: #BABDA7;
}
</style>
background-color css
<style>
a { background-color: #BABDA7; }
a { background-color: rgb(186,189,167); }
div.DivClassName
{
background-color: #BABDA7;
}
.BgClassName
{
background-color: #BABDA7;
}
</style>
border-color css
<style>
span { border-color: #BABDA7; }
span { border-color: rgb(186,189,167); }
td.TdClassName
{
border-color: #BABDA7;
}
.TagClassName
{
border-color: #BABDA7;
}
</style>