Shades of Heather #A4BFC5
Tints of Heather #A4BFC5
RGB
CMYK
RGB Variations
Color information
#A4BFC5 (or 0xA4BFC5) is known color: Heather. HEX triplet: A4, BF and C5. RGB value is (164,191,197). Sum of RGB (Red+Green+Blue) = 164+191+197=552 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.71% from 552); Green value is 191 (75% from 255 or 34.60% from 552); Blue value is 197 (77.34% from 255 or 35.69% from 552); Max value from RGB is 197 - color contains mainly: blue. Hex color #A4BFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BFC5 is #5B403A. Grayscale: #B7B7B7. Windows color (decimal): -5980219 or 12959652. OLE color: 12959652.
HSL color Cylindrical-coordinate representation of color #A4BFC5: hue angle of 190.91º degrees, saturation: 0.22, 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 #A4BFC5 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 191 | 197 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.23 |
| HSL | 190.91º | 0.22% | 0.71% | - |
| HSV(B) | 190.91º | 0.17% | 0.77% | - |
| XYZ | 44.02 | 49.19 | 60 | - |
| YUV | 183.61 | 135.55 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 191 | 197 | 0.17 | 0.03 | 0 | 0.23 | 190.91 | 0.22 | 0.71 |
| Hex | A4 | BF | C5 | 11 | 3 | 0 | 17 | BF | 16 | 47 |
| Octal | 244 | 277 | 305 | 21 | 3 | 0 | 27 | 277 | 26 | 107 |
| Binary | 10100100 | 10111111 | 11000101 | 10001 | 11 | 0 | 10111 | 10111111 | 10110 | 1000111 |
Color Harmonies of #A4BFC5
Complementary color
Monochromatic Colors of #A4BFC5
Black with #A4BFC5
Text Example
Text Example
White with #A4BFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BFC5; }
p { color: rgb(164,191,197); }
H1.HeaderClassName
{
color: #A4BFC5;
}
.AnyTagClassName
{
color: #A4BFC5;
}
</style>
background-color css
<style>
a { background-color: #A4BFC5; }
a { background-color: rgb(164,191,197); }
div.DivClassName
{
background-color: #A4BFC5;
}
.BgClassName
{
background-color: #A4BFC5;
}
</style>
border-color css
<style>
span { border-color: #A4BFC5; }
span { border-color: rgb(164,191,197); }
td.TdClassName
{
border-color: #A4BFC5;
}
.TagClassName
{
border-color: #A4BFC5;
}
</style>