Shades of Heather #A9BBCB
Tints of Heather #A9BBCB
RGB
CMYK
RGB Variations
Color information
#A9BBCB (or 0xA9BBCB) is known color: Heather. HEX triplet: A9, BB and CB. RGB value is (169,187,203). Sum of RGB (Red+Green+Blue) = 169+187+203=559 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.23% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 203 - color contains mainly: blue. Hex color #A9BBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BBCB is #564434. Grayscale: #B7B7B7. Windows color (decimal): -5653557 or 13351849. OLE color: 13351849.
HSL color Cylindrical-coordinate representation of color #A9BBCB: hue angle of 208.24º degrees, saturation: 0.25, 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 #A9BBCB is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 187 | 203 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.20 |
| HSL | 208.24º | 0.25% | 0.73% | - |
| HSV(B) | 208.24º | 0.17% | 0.8% | - |
| XYZ | 44.91 | 48.29 | 63.45 | - |
| YUV | 183.44 | 139.04 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 187 | 203 | 0.17 | 0.08 | 0 | 0.20 | 208.24 | 0.25 | 0.73 |
| Hex | A9 | BB | CB | 11 | 8 | 0 | 14 | D0 | 19 | 49 |
| Octal | 251 | 273 | 313 | 21 | 10 | 0 | 24 | 320 | 31 | 111 |
| Binary | 10101001 | 10111011 | 11001011 | 10001 | 1000 | 0 | 10100 | 11010000 | 11001 | 1001001 |
Color Harmonies of #A9BBCB
Complementary color
Monochromatic Colors of #A9BBCB
Black with #A9BBCB
Text Example
Text Example
White with #A9BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BBCB; }
p { color: rgb(169,187,203); }
H1.HeaderClassName
{
color: #A9BBCB;
}
.AnyTagClassName
{
color: #A9BBCB;
}
</style>
background-color css
<style>
a { background-color: #A9BBCB; }
a { background-color: rgb(169,187,203); }
div.DivClassName
{
background-color: #A9BBCB;
}
.BgClassName
{
background-color: #A9BBCB;
}
</style>
border-color css
<style>
span { border-color: #A9BBCB; }
span { border-color: rgb(169,187,203); }
td.TdClassName
{
border-color: #A9BBCB;
}
.TagClassName
{
border-color: #A9BBCB;
}
</style>