Shades of Heather #A9BFC3
Tints of Heather #A9BFC3
RGB
CMYK
RGB Variations
Color information
#A9BFC3 (or 0xA9BFC3) is known color: Heather. HEX triplet: A9, BF and C3. RGB value is (169,191,195). Sum of RGB (Red+Green+Blue) = 169+191+195=555 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.45% from 555); Green value is 191 (75% from 255 or 34.41% from 555); Blue value is 195 (76.56% from 255 or 35.14% from 555); Max value from RGB is 195 - color contains mainly: blue. Hex color #A9BFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BFC3 is #56403C. Grayscale: #B8B8B8. Windows color (decimal): -5652541 or 12828585. OLE color: 12828585.
HSL color Cylindrical-coordinate representation of color #A9BFC3: hue angle of 189.23º 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 #A9BFC3 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 191 | 195 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.24 |
| HSL | 189.23º | 0.18% | 0.71% | - |
| HSV(B) | 189.23º | 0.13% | 0.76% | - |
| XYZ | 44.84 | 49.64 | 58.85 | - |
| YUV | 184.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 191 | 195 | 0.13 | 0.02 | 0 | 0.24 | 189.23 | 0.18 | 0.71 |
| Hex | A9 | BF | C3 | D | 2 | 0 | 18 | BD | 12 | 47 |
| Octal | 251 | 277 | 303 | 15 | 2 | 0 | 30 | 275 | 22 | 107 |
| Binary | 10101001 | 10111111 | 11000011 | 1101 | 10 | 0 | 11000 | 10111101 | 10010 | 1000111 |
Color Harmonies of #A9BFC3
Complementary color
Monochromatic Colors of #A9BFC3
Black with #A9BFC3
Text Example
Text Example
White with #A9BFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BFC3; }
p { color: rgb(169,191,195); }
H1.HeaderClassName
{
color: #A9BFC3;
}
.AnyTagClassName
{
color: #A9BFC3;
}
</style>
background-color css
<style>
a { background-color: #A9BFC3; }
a { background-color: rgb(169,191,195); }
div.DivClassName
{
background-color: #A9BFC3;
}
.BgClassName
{
background-color: #A9BFC3;
}
</style>
border-color css
<style>
span { border-color: #A9BFC3; }
span { border-color: rgb(169,191,195); }
td.TdClassName
{
border-color: #A9BFC3;
}
.TagClassName
{
border-color: #A9BFC3;
}
</style>