Shades of Opal #A3BDBA
Tints of Opal #A3BDBA
RGB
CMYK
RGB Variations
Color information
#A3BDBA (or 0xA3BDBA) is known color: Opal. HEX triplet: A3, BD and BA. RGB value is (163,189,186). Sum of RGB (Red+Green+Blue) = 163+189+186=538 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.30% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BDBA is #5C4245. Grayscale: #B4B4B4. Windows color (decimal): -6046278 or 12238243. OLE color: 12238243.
HSL color Cylindrical-coordinate representation of color #A3BDBA: hue angle of 173.08º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A3BDBA is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 189 | 186 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.26 |
| HSL | 173.08º | 0.16% | 0.69% | - |
| HSV(B) | 173.08º | 0.14% | 0.74% | - |
| XYZ | 42.16 | 47.73 | 53.44 | - |
| YUV | 180.88 | 130.89 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 189 | 186 | 0.14 | 0 | 0.02 | 0.26 | 173.08 | 0.16 | 0.69 |
| Hex | A3 | BD | BA | E | 0 | 2 | 1A | AD | 10 | 45 |
| Octal | 243 | 275 | 272 | 16 | 0 | 2 | 32 | 255 | 20 | 105 |
| Binary | 10100011 | 10111101 | 10111010 | 1110 | 0 | 10 | 11010 | 10101101 | 10000 | 1000101 |
Color Harmonies of #A3BDBA
Complementary color
Monochromatic Colors of #A3BDBA
Black with #A3BDBA
Text Example
Text Example
White with #A3BDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BDBA; }
p { color: rgb(163,189,186); }
H1.HeaderClassName
{
color: #A3BDBA;
}
.AnyTagClassName
{
color: #A3BDBA;
}
</style>
background-color css
<style>
a { background-color: #A3BDBA; }
a { background-color: rgb(163,189,186); }
div.DivClassName
{
background-color: #A3BDBA;
}
.BgClassName
{
background-color: #A3BDBA;
}
</style>
border-color css
<style>
span { border-color: #A3BDBA; }
span { border-color: rgb(163,189,186); }
td.TdClassName
{
border-color: #A3BDBA;
}
.TagClassName
{
border-color: #A3BDBA;
}
</style>