Shades of Opal #A2BFBC
Tints of Opal #A2BFBC
RGB
CMYK
RGB Variations
Color information
#A2BFBC (or 0xA2BFBC) is known color: Opal. HEX triplet: A2, BF and BC. RGB value is (162,191,188). Sum of RGB (Red+Green+Blue) = 162+191+188=541 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.94% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BFBC is #5D4043. Grayscale: #B5B5B5. Windows color (decimal): -6111300 or 12369826. OLE color: 12369826.
HSL color Cylindrical-coordinate representation of color #A2BFBC: hue angle of 173.79º 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 #A2BFBC is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 191 | 188 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.25 |
| HSL | 173.79º | 0.18% | 0.69% | - |
| HSV(B) | 173.79º | 0.15% | 0.75% | - |
| XYZ | 42.61 | 48.57 | 54.71 | - |
| YUV | 181.99 | 131.39 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 191 | 188 | 0.15 | 0 | 0.02 | 0.25 | 173.79 | 0.18 | 0.69 |
| Hex | A2 | BF | BC | F | 0 | 2 | 19 | AE | 12 | 45 |
| Octal | 242 | 277 | 274 | 17 | 0 | 2 | 31 | 256 | 22 | 105 |
| Binary | 10100010 | 10111111 | 10111100 | 1111 | 0 | 10 | 11001 | 10101110 | 10010 | 1000101 |
Color Harmonies of #A2BFBC
Complementary color
Monochromatic Colors of #A2BFBC
Black with #A2BFBC
Text Example
Text Example
White with #A2BFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BFBC; }
p { color: rgb(162,191,188); }
H1.HeaderClassName
{
color: #A2BFBC;
}
.AnyTagClassName
{
color: #A2BFBC;
}
</style>
background-color css
<style>
a { background-color: #A2BFBC; }
a { background-color: rgb(162,191,188); }
div.DivClassName
{
background-color: #A2BFBC;
}
.BgClassName
{
background-color: #A2BFBC;
}
</style>
border-color css
<style>
span { border-color: #A2BFBC; }
span { border-color: rgb(162,191,188); }
td.TdClassName
{
border-color: #A2BFBC;
}
.TagClassName
{
border-color: #A2BFBC;
}
</style>