Shades of Heather #A3BFC5
Tints of Heather #A3BFC5
RGB
CMYK
RGB Variations
Color information
#A3BFC5 (or 0xA3BFC5) is known color: Heather. HEX triplet: A3, BF and C5. RGB value is (163,191,197). Sum of RGB (Red+Green+Blue) = 163+191+197=551 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.58% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 197 (77.34% from 255 or 35.75% from 551); Max value from RGB is 197 - color contains mainly: blue. Hex color #A3BFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BFC5 is #5C403A. Grayscale: #B7B7B7. Windows color (decimal): -6045755 or 12959651. OLE color: 12959651.
HSL color Cylindrical-coordinate representation of color #A3BFC5: hue angle of 190.59º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A3BFC5 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 191 | 197 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.23 |
| HSL | 190.59º | 0.23% | 0.71% | - |
| HSV(B) | 190.59º | 0.17% | 0.77% | - |
| XYZ | 43.81 | 49.08 | 59.99 | - |
| YUV | 183.31 | 135.72 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 191 | 197 | 0.17 | 0.03 | 0 | 0.23 | 190.59 | 0.23 | 0.71 |
| Hex | A3 | BF | C5 | 11 | 3 | 0 | 17 | BF | 17 | 47 |
| Octal | 243 | 277 | 305 | 21 | 3 | 0 | 27 | 277 | 27 | 107 |
| Binary | 10100011 | 10111111 | 11000101 | 10001 | 11 | 0 | 10111 | 10111111 | 10111 | 1000111 |
Color Harmonies of #A3BFC5
Complementary color
Monochromatic Colors of #A3BFC5
Black with #A3BFC5
Text Example
Text Example
White with #A3BFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BFC5; }
p { color: rgb(163,191,197); }
H1.HeaderClassName
{
color: #A3BFC5;
}
.AnyTagClassName
{
color: #A3BFC5;
}
</style>
background-color css
<style>
a { background-color: #A3BFC5; }
a { background-color: rgb(163,191,197); }
div.DivClassName
{
background-color: #A3BFC5;
}
.BgClassName
{
background-color: #A3BFC5;
}
</style>
border-color css
<style>
span { border-color: #A3BFC5; }
span { border-color: rgb(163,191,197); }
td.TdClassName
{
border-color: #A3BFC5;
}
.TagClassName
{
border-color: #A3BFC5;
}
</style>