Shades of Opal #A8C1BB
Tints of Opal #A8C1BB
RGB
CMYK
RGB Variations
Color information
#A8C1BB (or 0xA8C1BB) is known color: Opal. HEX triplet: A8, C1 and BB. RGB value is (168,193,187). Sum of RGB (Red+Green+Blue) = 168+193+187=548 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.66% from 548); Green value is 193 (75.78% from 255 or 35.22% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C1BB is #573E44. Grayscale: #B8B8B8. Windows color (decimal): -5717573 or 12304808. OLE color: 12304808.
HSL color Cylindrical-coordinate representation of color #A8C1BB: hue angle of 165.6º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A8C1BB is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 193 | 187 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.24 |
| HSL | 165.6º | 0.17% | 0.71% | - |
| HSV(B) | 165.6º | 0.13% | 0.76% | - |
| XYZ | 44.19 | 50.05 | 54.35 | - |
| YUV | 184.84 | 129.22 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 193 | 187 | 0.13 | 0 | 0.03 | 0.24 | 165.6 | 0.17 | 0.71 |
| Hex | A8 | C1 | BB | D | 0 | 3 | 18 | A6 | 11 | 47 |
| Octal | 250 | 301 | 273 | 15 | 0 | 3 | 30 | 246 | 21 | 107 |
| Binary | 10101000 | 11000001 | 10111011 | 1101 | 0 | 11 | 11000 | 10100110 | 10001 | 1000111 |
Color Harmonies of #A8C1BB
Complementary color
Monochromatic Colors of #A8C1BB
Black with #A8C1BB
Text Example
Text Example
White with #A8C1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C1BB; }
p { color: rgb(168,193,187); }
H1.HeaderClassName
{
color: #A8C1BB;
}
.AnyTagClassName
{
color: #A8C1BB;
}
</style>
background-color css
<style>
a { background-color: #A8C1BB; }
a { background-color: rgb(168,193,187); }
div.DivClassName
{
background-color: #A8C1BB;
}
.BgClassName
{
background-color: #A8C1BB;
}
</style>
border-color css
<style>
span { border-color: #A8C1BB; }
span { border-color: rgb(168,193,187); }
td.TdClassName
{
border-color: #A8C1BB;
}
.TagClassName
{
border-color: #A8C1BB;
}
</style>