Shades of Beryl Green #BABDAF
Tints of Beryl Green #BABDAF
RGB
CMYK
RGB Variations
Color information
#BABDAF (or 0xBABDAF) is known color: Beryl Green. HEX triplet: BA, BD and AF. RGB value is (186,189,175). Sum of RGB (Red+Green+Blue) = 186+189+175=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 189 - color contains mainly: green. Hex color #BABDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABDAF is #454250. Grayscale: #BABABA. Windows color (decimal): -4538961 or 11517370. OLE color: 11517370.
HSL color Cylindrical-coordinate representation of color #BABDAF: hue angle of 72.86º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BABDAF is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 189 | 175 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.26 |
| HSL | 72.86º | 0.1% | 0.71% | - |
| HSV(B) | 72.86º | 0.07% | 0.74% | - |
| XYZ | 46.19 | 49.93 | 47.76 | - |
| YUV | 186.51 | 121.51 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 175 | 0.02 | 0 | 0.07 | 0.26 | 72.86 | 0.1 | 0.71 |
| Hex | BA | BD | AF | 2 | 0 | 7 | 1A | 49 | A | 47 |
| Octal | 272 | 275 | 257 | 2 | 0 | 7 | 32 | 111 | 12 | 107 |
| Binary | 10111010 | 10111101 | 10101111 | 10 | 0 | 111 | 11010 | 1001001 | 1010 | 1000111 |
Color Harmonies of #BABDAF
Complementary color
Monochromatic Colors of #BABDAF
Black with #BABDAF
Text Example
Text Example
White with #BABDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDAF; }
p { color: rgb(186,189,175); }
H1.HeaderClassName
{
color: #BABDAF;
}
.AnyTagClassName
{
color: #BABDAF;
}
</style>
background-color css
<style>
a { background-color: #BABDAF; }
a { background-color: rgb(186,189,175); }
div.DivClassName
{
background-color: #BABDAF;
}
.BgClassName
{
background-color: #BABDAF;
}
</style>
border-color css
<style>
span { border-color: #BABDAF; }
span { border-color: rgb(186,189,175); }
td.TdClassName
{
border-color: #BABDAF;
}
.TagClassName
{
border-color: #BABDAF;
}
</style>