Shades of Opal #A9C2BB
Tints of Opal #A9C2BB
RGB
CMYK
RGB Variations
Color information
#A9C2BB (or 0xA9C2BB) is known color: Opal. HEX triplet: A9, C2 and BB. RGB value is (169,194,187). Sum of RGB (Red+Green+Blue) = 169+194+187=550 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.73% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 194 - color contains mainly: green. Hex color #A9C2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C2BB is #563D44. Grayscale: #B9B9B9. Windows color (decimal): -5651781 or 12305065. OLE color: 12305065.
HSL color Cylindrical-coordinate representation of color #A9C2BB: hue angle of 163.2º 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 #A9C2BB is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 194 | 187 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.24 |
| HSL | 163.2º | 0.17% | 0.71% | - |
| HSV(B) | 163.2º | 0.13% | 0.76% | - |
| XYZ | 44.62 | 50.61 | 54.43 | - |
| YUV | 185.73 | 128.72 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 194 | 187 | 0.13 | 0 | 0.04 | 0.24 | 163.2 | 0.17 | 0.71 |
| Hex | A9 | C2 | BB | D | 0 | 4 | 18 | A3 | 11 | 47 |
| Octal | 251 | 302 | 273 | 15 | 0 | 4 | 30 | 243 | 21 | 107 |
| Binary | 10101001 | 11000010 | 10111011 | 1101 | 0 | 100 | 11000 | 10100011 | 10001 | 1000111 |
Color Harmonies of #A9C2BB
Complementary color
Monochromatic Colors of #A9C2BB
Black with #A9C2BB
Text Example
Text Example
White with #A9C2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C2BB; }
p { color: rgb(169,194,187); }
H1.HeaderClassName
{
color: #A9C2BB;
}
.AnyTagClassName
{
color: #A9C2BB;
}
</style>
background-color css
<style>
a { background-color: #A9C2BB; }
a { background-color: rgb(169,194,187); }
div.DivClassName
{
background-color: #A9C2BB;
}
.BgClassName
{
background-color: #A9C2BB;
}
</style>
border-color css
<style>
span { border-color: #A9C2BB; }
span { border-color: rgb(169,194,187); }
td.TdClassName
{
border-color: #A9C2BB;
}
.TagClassName
{
border-color: #A9C2BB;
}
</style>