Shades of Heather #A9BCCB
Tints of Heather #A9BCCB
RGB
CMYK
RGB Variations
Color information
#A9BCCB (or 0xA9BCCB) is known color: Heather. HEX triplet: A9, BC and CB. RGB value is (169,188,203). Sum of RGB (Red+Green+Blue) = 169+188+203=560 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.18% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 203 - color contains mainly: blue. Hex color #A9BCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BCCB is #564334. Grayscale: #B7B7B7. Windows color (decimal): -5653301 or 13352105. OLE color: 13352105.
HSL color Cylindrical-coordinate representation of color #A9BCCB: hue angle of 206.47º 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 #A9BCCB is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 188 | 203 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.20 |
| HSL | 206.47º | 0.25% | 0.73% | - |
| HSV(B) | 206.47º | 0.17% | 0.8% | - |
| XYZ | 45.12 | 48.71 | 63.52 | - |
| YUV | 184.03 | 138.71 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 188 | 203 | 0.17 | 0.07 | 0 | 0.20 | 206.47 | 0.25 | 0.73 |
| Hex | A9 | BC | CB | 11 | 7 | 0 | 14 | CE | 19 | 49 |
| Octal | 251 | 274 | 313 | 21 | 7 | 0 | 24 | 316 | 31 | 111 |
| Binary | 10101001 | 10111100 | 11001011 | 10001 | 111 | 0 | 10100 | 11001110 | 11001 | 1001001 |
Color Harmonies of #A9BCCB
Complementary color
Monochromatic Colors of #A9BCCB
Black with #A9BCCB
Text Example
Text Example
White with #A9BCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BCCB; }
p { color: rgb(169,188,203); }
H1.HeaderClassName
{
color: #A9BCCB;
}
.AnyTagClassName
{
color: #A9BCCB;
}
</style>
background-color css
<style>
a { background-color: #A9BCCB; }
a { background-color: rgb(169,188,203); }
div.DivClassName
{
background-color: #A9BCCB;
}
.BgClassName
{
background-color: #A9BCCB;
}
</style>
border-color css
<style>
span { border-color: #A9BCCB; }
span { border-color: rgb(169,188,203); }
td.TdClassName
{
border-color: #A9BCCB;
}
.TagClassName
{
border-color: #A9BCCB;
}
</style>