Shades of Heather #A9BFCB
Tints of Heather #A9BFCB
RGB
CMYK
RGB Variations
Color information
#A9BFCB (or 0xA9BFCB) is known color: Heather. HEX triplet: A9, BF and CB. RGB value is (169,191,203). Sum of RGB (Red+Green+Blue) = 169+191+203=563 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.02% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 203 - color contains mainly: blue. Hex color #A9BFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BFCB is #564034. Grayscale: #B9B9B9. Windows color (decimal): -5652533 or 13352873. OLE color: 13352873.
HSL color Cylindrical-coordinate representation of color #A9BFCB: hue angle of 201.18º 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 #A9BFCB is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 191 | 203 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.20 |
| HSL | 201.18º | 0.25% | 0.73% | - |
| HSV(B) | 201.18º | 0.17% | 0.8% | - |
| XYZ | 45.77 | 50.01 | 63.74 | - |
| YUV | 185.79 | 137.71 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 191 | 203 | 0.17 | 0.06 | 0 | 0.20 | 201.18 | 0.25 | 0.73 |
| Hex | A9 | BF | CB | 11 | 6 | 0 | 14 | C9 | 19 | 49 |
| Octal | 251 | 277 | 313 | 21 | 6 | 0 | 24 | 311 | 31 | 111 |
| Binary | 10101001 | 10111111 | 11001011 | 10001 | 110 | 0 | 10100 | 11001001 | 11001 | 1001001 |
Color Harmonies of #A9BFCB
Complementary color
Monochromatic Colors of #A9BFCB
Black with #A9BFCB
Text Example
Text Example
White with #A9BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BFCB; }
p { color: rgb(169,191,203); }
H1.HeaderClassName
{
color: #A9BFCB;
}
.AnyTagClassName
{
color: #A9BFCB;
}
</style>
background-color css
<style>
a { background-color: #A9BFCB; }
a { background-color: rgb(169,191,203); }
div.DivClassName
{
background-color: #A9BFCB;
}
.BgClassName
{
background-color: #A9BFCB;
}
</style>
border-color css
<style>
span { border-color: #A9BFCB; }
span { border-color: rgb(169,191,203); }
td.TdClassName
{
border-color: #A9BFCB;
}
.TagClassName
{
border-color: #A9BFCB;
}
</style>