Shades of Opal #A9C3BE
Tints of Opal #A9C3BE
RGB
CMYK
RGB Variations
Color information
#A9C3BE (or 0xA9C3BE) is known color: Opal. HEX triplet: A9, C3 and BE. RGB value is (169,195,190). Sum of RGB (Red+Green+Blue) = 169+195+190=554 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.51% from 554); Green value is 195 (76.56% from 255 or 35.20% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 195 - color contains mainly: green. Hex color #A9C3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C3BE is #563C41. Grayscale: #BABABA. Windows color (decimal): -5651522 or 12501929. OLE color: 12501929.
HSL color Cylindrical-coordinate representation of color #A9C3BE: hue angle of 168.46º degrees, saturation: 0.18, 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 #A9C3BE is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 195 | 190 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.24 |
| HSL | 168.46º | 0.18% | 0.71% | - |
| HSV(B) | 168.46º | 0.13% | 0.76% | - |
| XYZ | 45.17 | 51.18 | 56.21 | - |
| YUV | 186.66 | 129.89 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 195 | 190 | 0.13 | 0 | 0.03 | 0.24 | 168.46 | 0.18 | 0.71 |
| Hex | A9 | C3 | BE | D | 0 | 3 | 18 | A8 | 12 | 47 |
| Octal | 251 | 303 | 276 | 15 | 0 | 3 | 30 | 250 | 22 | 107 |
| Binary | 10101001 | 11000011 | 10111110 | 1101 | 0 | 11 | 11000 | 10101000 | 10010 | 1000111 |
Color Harmonies of #A9C3BE
Complementary color
Monochromatic Colors of #A9C3BE
Black with #A9C3BE
Text Example
Text Example
White with #A9C3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C3BE; }
p { color: rgb(169,195,190); }
H1.HeaderClassName
{
color: #A9C3BE;
}
.AnyTagClassName
{
color: #A9C3BE;
}
</style>
background-color css
<style>
a { background-color: #A9C3BE; }
a { background-color: rgb(169,195,190); }
div.DivClassName
{
background-color: #A9C3BE;
}
.BgClassName
{
background-color: #A9C3BE;
}
</style>
border-color css
<style>
span { border-color: #A9C3BE; }
span { border-color: rgb(169,195,190); }
td.TdClassName
{
border-color: #A9C3BE;
}
.TagClassName
{
border-color: #A9C3BE;
}
</style>