Shades of Tiara #A9CCBC
Tints of Tiara #A9CCBC
RGB
CMYK
RGB Variations
Color information
#A9CCBC (or 0xA9CCBC) is known color: Tiara. HEX triplet: A9, CC and BC. RGB value is (169,204,188). Sum of RGB (Red+Green+Blue) = 169+204+188=561 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.12% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 204 - color contains mainly: green. Hex color #A9CCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CCBC is #563343. Grayscale: #BFBFBF. Windows color (decimal): -5649220 or 12373161. OLE color: 12373161.
HSL color Cylindrical-coordinate representation of color #A9CCBC: hue angle of 152.57º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9CCBC is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 204 | 188 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.2 |
| HSL | 152.57º | 0.26% | 0.73% | - |
| HSV(B) | 152.57º | 0.17% | 0.8% | - |
| XYZ | 47.03 | 55.25 | 55.76 | - |
| YUV | 191.71 | 125.9 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 204 | 188 | 0.17 | 0 | 0.08 | 0.2 | 152.57 | 0.26 | 0.73 |
| Hex | A9 | CC | BC | 11 | 0 | 8 | 14 | 99 | 1A | 49 |
| Octal | 251 | 314 | 274 | 21 | 0 | 10 | 24 | 231 | 32 | 111 |
| Binary | 10101001 | 11001100 | 10111100 | 10001 | 0 | 1000 | 10100 | 10011001 | 11010 | 1001001 |
Color Harmonies of #A9CCBC
Complementary color
Monochromatic Colors of #A9CCBC
Black with #A9CCBC
Text Example
Text Example
White with #A9CCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CCBC; }
p { color: rgb(169,204,188); }
H1.HeaderClassName
{
color: #A9CCBC;
}
.AnyTagClassName
{
color: #A9CCBC;
}
</style>
background-color css
<style>
a { background-color: #A9CCBC; }
a { background-color: rgb(169,204,188); }
div.DivClassName
{
background-color: #A9CCBC;
}
.BgClassName
{
background-color: #A9CCBC;
}
</style>
border-color css
<style>
span { border-color: #A9CCBC; }
span { border-color: rgb(169,204,188); }
td.TdClassName
{
border-color: #A9CCBC;
}
.TagClassName
{
border-color: #A9CCBC;
}
</style>