Shades of Beryl Green #BABDAE
Tints of Beryl Green #BABDAE
RGB
CMYK
RGB Variations
Color information
#BABDAE (or 0xBABDAE) is known color: Beryl Green. HEX triplet: BA, BD and AE. RGB value is (186,189,174). Sum of RGB (Red+Green+Blue) = 186+189+174=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 174 (68.36% from 255 or 31.69% from 549); Max value from RGB is 189 - color contains mainly: green. Hex color #BABDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABDAE is #454251. Grayscale: #BABABA. Windows color (decimal): -4538962 or 11451834. OLE color: 11451834.
HSL color Cylindrical-coordinate representation of color #BABDAE: hue angle of 72º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BABDAE is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
RGB | 186 | 189 | 174 | - |
CMYK | 0.02 | 0 | 0.08 | 0.26 |
HSL | 72º | 0.1% | 0.71% | - |
HSV(B) | 72º | 0.08% | 0.74% | - |
XYZ | 46.09 | 49.89 | 47.25 | - |
YUV | 186.39 | 121.01 | 127.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 189 | 174 | 0.02 | 0 | 0.08 | 0.26 | 72 | 0.1 | 0.71 |
Hex | BA | BD | AE | 2 | 0 | 8 | 1A | 48 | A | 47 |
Octal | 272 | 275 | 256 | 2 | 0 | 10 | 32 | 110 | 12 | 107 |
Binary | 10111010 | 10111101 | 10101110 | 10 | 0 | 1000 | 11010 | 1001000 | 1010 | 1000111 |
Color Harmonies of #BABDAE
Complementary color
Monochromatic Colors of #BABDAE
Black with #BABDAE
Text Example
Text Example
White with #BABDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDAE; }
p { color: rgb(186,189,174); }
H1.HeaderClassName
{
color: #BABDAE;
}
.AnyTagClassName
{
color: #BABDAE;
}
</style>
background-color css
<style>
a { background-color: #BABDAE; }
a { background-color: rgb(186,189,174); }
div.DivClassName
{
background-color: #BABDAE;
}
.BgClassName
{
background-color: #BABDAE;
}
</style>
border-color css
<style>
span { border-color: #BABDAE; }
span { border-color: rgb(186,189,174); }
td.TdClassName
{
border-color: #BABDAE;
}
.TagClassName
{
border-color: #BABDAE;
}
</style>