Shades of Opal #A9C9BD
Tints of Opal #A9C9BD
RGB
CMYK
RGB Variations
Color information
#A9C9BD (or 0xA9C9BD) is known color: Opal. HEX triplet: A9, C9 and BD. RGB value is (169,201,189). Sum of RGB (Red+Green+Blue) = 169+201+189=559 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.23% from 559); Green value is 201 (78.91% from 255 or 35.96% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C9BD is #563642. Grayscale: #BEBEBE. Windows color (decimal): -5649987 or 12437929. OLE color: 12437929.
HSL color Cylindrical-coordinate representation of color #A9C9BD: hue angle of 157.5º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A9C9BD is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 201 | 189 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.21 |
| HSL | 157.5º | 0.23% | 0.73% | - |
| HSV(B) | 157.5º | 0.16% | 0.79% | - |
| XYZ | 46.43 | 53.88 | 56.1 | - |
| YUV | 190.06 | 127.4 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 201 | 189 | 0.16 | 0 | 0.06 | 0.21 | 157.5 | 0.23 | 0.73 |
| Hex | A9 | C9 | BD | 10 | 0 | 6 | 15 | 9E | 17 | 49 |
| Octal | 251 | 311 | 275 | 20 | 0 | 6 | 25 | 236 | 27 | 111 |
| Binary | 10101001 | 11001001 | 10111101 | 10000 | 0 | 110 | 10101 | 10011110 | 10111 | 1001001 |
Color Harmonies of #A9C9BD
Complementary color
Monochromatic Colors of #A9C9BD
Black with #A9C9BD
Text Example
Text Example
White with #A9C9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C9BD; }
p { color: rgb(169,201,189); }
H1.HeaderClassName
{
color: #A9C9BD;
}
.AnyTagClassName
{
color: #A9C9BD;
}
</style>
background-color css
<style>
a { background-color: #A9C9BD; }
a { background-color: rgb(169,201,189); }
div.DivClassName
{
background-color: #A9C9BD;
}
.BgClassName
{
background-color: #A9C9BD;
}
</style>
border-color css
<style>
span { border-color: #A9C9BD; }
span { border-color: rgb(169,201,189); }
td.TdClassName
{
border-color: #A9C9BD;
}
.TagClassName
{
border-color: #A9C9BD;
}
</style>