Shades of Opal #A8BFBA
Tints of Opal #A8BFBA
RGB
CMYK
RGB Variations
Color information
#A8BFBA (or 0xA8BFBA) is known color: Opal. HEX triplet: A8, BF and BA. RGB value is (168,191,186). Sum of RGB (Red+Green+Blue) = 168+191+186=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BFBA is #574045. Grayscale: #B7B7B7. Windows color (decimal): -5718086 or 12238760. OLE color: 12238760.
HSL color Cylindrical-coordinate representation of color #A8BFBA: hue angle of 166.96º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8BFBA is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 191 | 186 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.25 |
| HSL | 166.96º | 0.15% | 0.7% | - |
| HSV(B) | 166.96º | 0.12% | 0.75% | - |
| XYZ | 43.64 | 49.13 | 53.64 | - |
| YUV | 183.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 186 | 0.12 | 0 | 0.03 | 0.25 | 166.96 | 0.15 | 0.7 |
| Hex | A8 | BF | BA | C | 0 | 3 | 19 | A7 | F | 46 |
| Octal | 250 | 277 | 272 | 14 | 0 | 3 | 31 | 247 | 17 | 106 |
| Binary | 10101000 | 10111111 | 10111010 | 1100 | 0 | 11 | 11001 | 10100111 | 1111 | 1000110 |
Color Harmonies of #A8BFBA
Complementary color
Monochromatic Colors of #A8BFBA
Black with #A8BFBA
Text Example
Text Example
White with #A8BFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BFBA; }
p { color: rgb(168,191,186); }
H1.HeaderClassName
{
color: #A8BFBA;
}
.AnyTagClassName
{
color: #A8BFBA;
}
</style>
background-color css
<style>
a { background-color: #A8BFBA; }
a { background-color: rgb(168,191,186); }
div.DivClassName
{
background-color: #A8BFBA;
}
.BgClassName
{
background-color: #A8BFBA;
}
</style>
border-color css
<style>
span { border-color: #A8BFBA; }
span { border-color: rgb(168,191,186); }
td.TdClassName
{
border-color: #A8BFBA;
}
.TagClassName
{
border-color: #A8BFBA;
}
</style>