Shades of Opal #A8C0B9
Tints of Opal #A8C0B9
RGB
CMYK
RGB Variations
Color information
#A8C0B9 (or 0xA8C0B9) is known color: Opal. HEX triplet: A8, C0 and B9. RGB value is (168,192,185). Sum of RGB (Red+Green+Blue) = 168+192+185=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 185 (72.66% from 255 or 33.94% from 545); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C0B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C0B9 is #573F46. Grayscale: #B8B8B8. Windows color (decimal): -5717831 or 12173480. OLE color: 12173480.
HSL color Cylindrical-coordinate representation of color #A8C0B9: hue angle of 162.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8C0B9 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 185 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.25 |
| HSL | 162.5º | 0.16% | 0.71% | - |
| HSV(B) | 162.5º | 0.13% | 0.75% | - |
| XYZ | 43.76 | 49.53 | 53.15 | - |
| YUV | 184.03 | 128.55 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 185 | 0.12 | 0 | 0.04 | 0.25 | 162.5 | 0.16 | 0.71 |
| Hex | A8 | C0 | B9 | C | 0 | 4 | 19 | A2 | 10 | 47 |
| Octal | 250 | 300 | 271 | 14 | 0 | 4 | 31 | 242 | 20 | 107 |
| Binary | 10101000 | 11000000 | 10111001 | 1100 | 0 | 100 | 11001 | 10100010 | 10000 | 1000111 |
Color Harmonies of #A8C0B9
Complementary color
Monochromatic Colors of #A8C0B9
Black with #A8C0B9
Text Example
Text Example
White with #A8C0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C0B9; }
p { color: rgb(168,192,185); }
H1.HeaderClassName
{
color: #A8C0B9;
}
.AnyTagClassName
{
color: #A8C0B9;
}
</style>
background-color css
<style>
a { background-color: #A8C0B9; }
a { background-color: rgb(168,192,185); }
div.DivClassName
{
background-color: #A8C0B9;
}
.BgClassName
{
background-color: #A8C0B9;
}
</style>
border-color css
<style>
span { border-color: #A8C0B9; }
span { border-color: rgb(168,192,185); }
td.TdClassName
{
border-color: #A8C0B9;
}
.TagClassName
{
border-color: #A8C0B9;
}
</style>