Shades of Opal #A9C8BB
Tints of Opal #A9C8BB
RGB
CMYK
RGB Variations
Color information
#A9C8BB (or 0xA9C8BB) is known color: Opal. HEX triplet: A9, C8 and BB. RGB value is (169,200,187). Sum of RGB (Red+Green+Blue) = 169+200+187=556 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.40% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 200 - color contains mainly: green. Hex color #A9C8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C8BB is #563744. Grayscale: #BDBDBD. Windows color (decimal): -5650245 or 12306601. OLE color: 12306601.
HSL color Cylindrical-coordinate representation of color #A9C8BB: hue angle of 154.84º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A9C8BB is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 200 | 187 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.22 |
| HSL | 154.84º | 0.22% | 0.72% | - |
| HSV(B) | 154.84º | 0.16% | 0.78% | - |
| XYZ | 45.99 | 53.33 | 54.88 | - |
| YUV | 189.25 | 126.73 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 200 | 187 | 0.16 | 0 | 0.06 | 0.22 | 154.84 | 0.22 | 0.72 |
| Hex | A9 | C8 | BB | 10 | 0 | 6 | 16 | 9B | 16 | 48 |
| Octal | 251 | 310 | 273 | 20 | 0 | 6 | 26 | 233 | 26 | 110 |
| Binary | 10101001 | 11001000 | 10111011 | 10000 | 0 | 110 | 10110 | 10011011 | 10110 | 1001000 |
Color Harmonies of #A9C8BB
Complementary color
Monochromatic Colors of #A9C8BB
Black with #A9C8BB
Text Example
Text Example
White with #A9C8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C8BB; }
p { color: rgb(169,200,187); }
H1.HeaderClassName
{
color: #A9C8BB;
}
.AnyTagClassName
{
color: #A9C8BB;
}
</style>
background-color css
<style>
a { background-color: #A9C8BB; }
a { background-color: rgb(169,200,187); }
div.DivClassName
{
background-color: #A9C8BB;
}
.BgClassName
{
background-color: #A9C8BB;
}
</style>
border-color css
<style>
span { border-color: #A9C8BB; }
span { border-color: rgb(169,200,187); }
td.TdClassName
{
border-color: #A9C8BB;
}
.TagClassName
{
border-color: #A9C8BB;
}
</style>