Shades of Opal #A8C0BA
Tints of Opal #A8C0BA
RGB
CMYK
RGB Variations
Color information
#A8C0BA (or 0xA8C0BA) is known color: Opal. HEX triplet: A8, C0 and BA. RGB value is (168,192,186). Sum of RGB (Red+Green+Blue) = 168+192+186=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C0BA is #573F45. Grayscale: #B8B8B8. Windows color (decimal): -5717830 or 12239016. OLE color: 12239016.
HSL color Cylindrical-coordinate representation of color #A8C0BA: hue angle of 165º 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 #A8C0BA is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
RGB | 168 | 192 | 186 | - |
CMYK | 0.12 | 0 | 0.03 | 0.25 |
HSL | 165º | 0.16% | 0.71% | - |
HSV(B) | 165º | 0.13% | 0.75% | - |
XYZ | 43.86 | 49.57 | 53.71 | - |
YUV | 184.14 | 129.05 | 116.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 192 | 186 | 0.12 | 0 | 0.03 | 0.25 | 165 | 0.16 | 0.71 |
Hex | A8 | C0 | BA | C | 0 | 3 | 19 | A5 | 10 | 47 |
Octal | 250 | 300 | 272 | 14 | 0 | 3 | 31 | 245 | 20 | 107 |
Binary | 10101000 | 11000000 | 10111010 | 1100 | 0 | 11 | 11001 | 10100101 | 10000 | 1000111 |
Color Harmonies of #A8C0BA
Complementary color
Monochromatic Colors of #A8C0BA
Black with #A8C0BA
Text Example
Text Example
White with #A8C0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C0BA; }
p { color: rgb(168,192,186); }
H1.HeaderClassName
{
color: #A8C0BA;
}
.AnyTagClassName
{
color: #A8C0BA;
}
</style>
background-color css
<style>
a { background-color: #A8C0BA; }
a { background-color: rgb(168,192,186); }
div.DivClassName
{
background-color: #A8C0BA;
}
.BgClassName
{
background-color: #A8C0BA;
}
</style>
border-color css
<style>
span { border-color: #A8C0BA; }
span { border-color: rgb(168,192,186); }
td.TdClassName
{
border-color: #A8C0BA;
}
.TagClassName
{
border-color: #A8C0BA;
}
</style>