Shades of Beryl Green #BABCAC
Tints of Beryl Green #BABCAC
RGB
CMYK
RGB Variations
Color information
#BABCAC (or 0xBABCAC) is known color: Beryl Green. HEX triplet: BA, BC and AC. RGB value is (186,188,172). Sum of RGB (Red+Green+Blue) = 186+188+172=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 188 - color contains mainly: green. Hex color #BABCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABCAC is #454353. Grayscale: #B9B9B9. Windows color (decimal): -4539220 or 11320506. OLE color: 11320506.
HSL color Cylindrical-coordinate representation of color #BABCAC: hue angle of 67.5º 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 #BABCAC is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 188 | 172 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.26 |
| HSL | 67.5º | 0.11% | 0.71% | - |
| HSV(B) | 67.5º | 0.09% | 0.74% | - |
| XYZ | 45.68 | 49.38 | 46.15 | - |
| YUV | 185.58 | 120.34 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 172 | 0.01 | 0 | 0.09 | 0.26 | 67.5 | 0.11 | 0.71 |
| Hex | BA | BC | AC | 1 | 0 | 9 | 1A | 44 | B | 47 |
| Octal | 272 | 274 | 254 | 1 | 0 | 11 | 32 | 104 | 13 | 107 |
| Binary | 10111010 | 10111100 | 10101100 | 1 | 0 | 1001 | 11010 | 1000100 | 1011 | 1000111 |
Color Harmonies of #BABCAC
Complementary color
Monochromatic Colors of #BABCAC
Black with #BABCAC
Text Example
Text Example
White with #BABCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABCAC; }
p { color: rgb(186,188,172); }
H1.HeaderClassName
{
color: #BABCAC;
}
.AnyTagClassName
{
color: #BABCAC;
}
</style>
background-color css
<style>
a { background-color: #BABCAC; }
a { background-color: rgb(186,188,172); }
div.DivClassName
{
background-color: #BABCAC;
}
.BgClassName
{
background-color: #BABCAC;
}
</style>
border-color css
<style>
span { border-color: #BABCAC; }
span { border-color: rgb(186,188,172); }
td.TdClassName
{
border-color: #BABCAC;
}
.TagClassName
{
border-color: #BABCAC;
}
</style>