Shades of Opal #A3BFBB
Tints of Opal #A3BFBB
RGB
CMYK
RGB Variations
Color information
#A3BFBB (or 0xA3BFBB) is known color: Opal. HEX triplet: A3, BF and BB. RGB value is (163,191,187). Sum of RGB (Red+Green+Blue) = 163+191+187=541 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.13% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 191 - color contains mainly: green. Hex color #A3BFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BFBB is #5C4044. Grayscale: #B6B6B6. Windows color (decimal): -6045765 or 12304291. OLE color: 12304291.
HSL color Cylindrical-coordinate representation of color #A3BFBB: hue angle of 171.43º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A3BFBB is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 191 | 187 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.25 |
| HSL | 171.43º | 0.18% | 0.69% | - |
| HSV(B) | 171.43º | 0.15% | 0.75% | - |
| XYZ | 42.7 | 48.64 | 54.15 | - |
| YUV | 182.17 | 130.72 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 191 | 187 | 0.15 | 0 | 0.02 | 0.25 | 171.43 | 0.18 | 0.69 |
| Hex | A3 | BF | BB | F | 0 | 2 | 19 | AB | 12 | 45 |
| Octal | 243 | 277 | 273 | 17 | 0 | 2 | 31 | 253 | 22 | 105 |
| Binary | 10100011 | 10111111 | 10111011 | 1111 | 0 | 10 | 11001 | 10101011 | 10010 | 1000101 |
Color Harmonies of #A3BFBB
Complementary color
Monochromatic Colors of #A3BFBB
Black with #A3BFBB
Text Example
Text Example
White with #A3BFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BFBB; }
p { color: rgb(163,191,187); }
H1.HeaderClassName
{
color: #A3BFBB;
}
.AnyTagClassName
{
color: #A3BFBB;
}
</style>
background-color css
<style>
a { background-color: #A3BFBB; }
a { background-color: rgb(163,191,187); }
div.DivClassName
{
background-color: #A3BFBB;
}
.BgClassName
{
background-color: #A3BFBB;
}
</style>
border-color css
<style>
span { border-color: #A3BFBB; }
span { border-color: rgb(163,191,187); }
td.TdClassName
{
border-color: #A3BFBB;
}
.TagClassName
{
border-color: #A3BFBB;
}
</style>