Shades of Opal #A9C1BB
Tints of Opal #A9C1BB
RGB
CMYK
RGB Variations
Color information
#A9C1BB (or 0xA9C1BB) is known color: Opal. HEX triplet: A9, C1 and BB. RGB value is (169,193,187). Sum of RGB (Red+Green+Blue) = 169+193+187=549 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.78% from 549); Green value is 193 (75.78% from 255 or 35.15% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 193 - color contains mainly: green. Hex color #A9C1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C1BB is #563E44. Grayscale: #B9B9B9. Windows color (decimal): -5652037 or 12304809. OLE color: 12304809.
HSL color Cylindrical-coordinate representation of color #A9C1BB: hue angle of 165º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9C1BB is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 193 | 187 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.24 |
| HSL | 165º | 0.16% | 0.71% | - |
| HSV(B) | 165º | 0.12% | 0.76% | - |
| XYZ | 44.4 | 50.16 | 54.36 | - |
| YUV | 185.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 193 | 187 | 0.12 | 0 | 0.03 | 0.24 | 165 | 0.16 | 0.71 |
| Hex | A9 | C1 | BB | C | 0 | 3 | 18 | A5 | 10 | 47 |
| Octal | 251 | 301 | 273 | 14 | 0 | 3 | 30 | 245 | 20 | 107 |
| Binary | 10101001 | 11000001 | 10111011 | 1100 | 0 | 11 | 11000 | 10100101 | 10000 | 1000111 |
Color Harmonies of #A9C1BB
Complementary color
Monochromatic Colors of #A9C1BB
Black with #A9C1BB
Text Example
Text Example
White with #A9C1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C1BB; }
p { color: rgb(169,193,187); }
H1.HeaderClassName
{
color: #A9C1BB;
}
.AnyTagClassName
{
color: #A9C1BB;
}
</style>
background-color css
<style>
a { background-color: #A9C1BB; }
a { background-color: rgb(169,193,187); }
div.DivClassName
{
background-color: #A9C1BB;
}
.BgClassName
{
background-color: #A9C1BB;
}
</style>
border-color css
<style>
span { border-color: #A9C1BB; }
span { border-color: rgb(169,193,187); }
td.TdClassName
{
border-color: #A9C1BB;
}
.TagClassName
{
border-color: #A9C1BB;
}
</style>