Shades of Beryl Green #BABDB2
Tints of Beryl Green #BABDB2
RGB
CMYK
RGB Variations
Color information
#BABDB2 (or 0xBABDB2) is known color: Beryl Green. HEX triplet: BA, BD and B2. RGB value is (186,189,178). Sum of RGB (Red+Green+Blue) = 186+189+178=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 178 (69.92% from 255 or 32.19% from 553); Max value from RGB is 189 - color contains mainly: green. Hex color #BABDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABDB2 is #45424D. Grayscale: #BABABA. Windows color (decimal): -4538958 or 11713978. OLE color: 11713978.
HSL color Cylindrical-coordinate representation of color #BABDB2: hue angle of 76.36º 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 #BABDB2 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
RGB | 186 | 189 | 178 | - |
CMYK | 0.02 | 0 | 0.06 | 0.26 |
HSL | 76.36º | 0.08% | 0.72% | - |
HSV(B) | 76.36º | 0.06% | 0.74% | - |
XYZ | 46.48 | 50.05 | 49.33 | - |
YUV | 186.85 | 123.01 | 127.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 189 | 178 | 0.02 | 0 | 0.06 | 0.26 | 76.36 | 0.08 | 0.72 |
Hex | BA | BD | B2 | 2 | 0 | 6 | 1A | 4C | 8 | 48 |
Octal | 272 | 275 | 262 | 2 | 0 | 6 | 32 | 114 | 10 | 110 |
Binary | 10111010 | 10111101 | 10110010 | 10 | 0 | 110 | 11010 | 1001100 | 1000 | 1001000 |
Color Harmonies of #BABDB2
Complementary color
Monochromatic Colors of #BABDB2
Black with #BABDB2
Text Example
Text Example
White with #BABDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDB2; }
p { color: rgb(186,189,178); }
H1.HeaderClassName
{
color: #BABDB2;
}
.AnyTagClassName
{
color: #BABDB2;
}
</style>
background-color css
<style>
a { background-color: #BABDB2; }
a { background-color: rgb(186,189,178); }
div.DivClassName
{
background-color: #BABDB2;
}
.BgClassName
{
background-color: #BABDB2;
}
</style>
border-color css
<style>
span { border-color: #BABDB2; }
span { border-color: rgb(186,189,178); }
td.TdClassName
{
border-color: #BABDB2;
}
.TagClassName
{
border-color: #BABDB2;
}
</style>