Shades of Opal #A9C5BD
Tints of Opal #A9C5BD
RGB
CMYK
RGB Variations
Color information
#A9C5BD (or 0xA9C5BD) is known color: Opal. HEX triplet: A9, C5 and BD. RGB value is (169,197,189). Sum of RGB (Red+Green+Blue) = 169+197+189=555 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.45% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 197 - color contains mainly: green. Hex color #A9C5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C5BD is #563A42. Grayscale: #BBBBBB. Windows color (decimal): -5651011 or 12436905. OLE color: 12436905.
HSL color Cylindrical-coordinate representation of color #A9C5BD: hue angle of 162.86º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A9C5BD is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 197 | 189 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.23 |
| HSL | 162.86º | 0.19% | 0.72% | - |
| HSV(B) | 162.86º | 0.14% | 0.77% | - |
| XYZ | 45.51 | 52.04 | 55.79 | - |
| YUV | 187.72 | 128.72 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 197 | 189 | 0.14 | 0 | 0.04 | 0.23 | 162.86 | 0.19 | 0.72 |
| Hex | A9 | C5 | BD | E | 0 | 4 | 17 | A3 | 13 | 48 |
| Octal | 251 | 305 | 275 | 16 | 0 | 4 | 27 | 243 | 23 | 110 |
| Binary | 10101001 | 11000101 | 10111101 | 1110 | 0 | 100 | 10111 | 10100011 | 10011 | 1001000 |
Color Harmonies of #A9C5BD
Complementary color
Monochromatic Colors of #A9C5BD
Black with #A9C5BD
Text Example
Text Example
White with #A9C5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C5BD; }
p { color: rgb(169,197,189); }
H1.HeaderClassName
{
color: #A9C5BD;
}
.AnyTagClassName
{
color: #A9C5BD;
}
</style>
background-color css
<style>
a { background-color: #A9C5BD; }
a { background-color: rgb(169,197,189); }
div.DivClassName
{
background-color: #A9C5BD;
}
.BgClassName
{
background-color: #A9C5BD;
}
</style>
border-color css
<style>
span { border-color: #A9C5BD; }
span { border-color: rgb(169,197,189); }
td.TdClassName
{
border-color: #A9C5BD;
}
.TagClassName
{
border-color: #A9C5BD;
}
</style>