Shades of Opal #A9C4BB
Tints of Opal #A9C4BB
RGB
CMYK
RGB Variations
Color information
#A9C4BB (or 0xA9C4BB) is known color: Opal. HEX triplet: A9, C4 and BB. RGB value is (169,196,187). Sum of RGB (Red+Green+Blue) = 169+196+187=552 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.62% from 552); Green value is 196 (76.95% from 255 or 35.51% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 196 - color contains mainly: green. Hex color #A9C4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C4BB is #563B44. Grayscale: #BABABA. Windows color (decimal): -5651269 or 12305577. OLE color: 12305577.
HSL color Cylindrical-coordinate representation of color #A9C4BB: hue angle of 160º 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 #A9C4BB is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 196 | 187 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.23 |
| HSL | 160º | 0.19% | 0.72% | - |
| HSV(B) | 160º | 0.14% | 0.77% | - |
| XYZ | 45.07 | 51.5 | 54.58 | - |
| YUV | 186.9 | 128.05 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 196 | 187 | 0.14 | 0 | 0.05 | 0.23 | 160 | 0.19 | 0.72 |
| Hex | A9 | C4 | BB | E | 0 | 5 | 17 | A0 | 13 | 48 |
| Octal | 251 | 304 | 273 | 16 | 0 | 5 | 27 | 240 | 23 | 110 |
| Binary | 10101001 | 11000100 | 10111011 | 1110 | 0 | 101 | 10111 | 10100000 | 10011 | 1001000 |
Color Harmonies of #A9C4BB
Complementary color
Monochromatic Colors of #A9C4BB
Black with #A9C4BB
Text Example
Text Example
White with #A9C4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C4BB; }
p { color: rgb(169,196,187); }
H1.HeaderClassName
{
color: #A9C4BB;
}
.AnyTagClassName
{
color: #A9C4BB;
}
</style>
background-color css
<style>
a { background-color: #A9C4BB; }
a { background-color: rgb(169,196,187); }
div.DivClassName
{
background-color: #A9C4BB;
}
.BgClassName
{
background-color: #A9C4BB;
}
</style>
border-color css
<style>
span { border-color: #A9C4BB; }
span { border-color: rgb(169,196,187); }
td.TdClassName
{
border-color: #A9C4BB;
}
.TagClassName
{
border-color: #A9C4BB;
}
</style>