Shades of Heather #A4BFCE
Tints of Heather #A4BFCE
RGB
CMYK
RGB Variations
Color information
#A4BFCE (or 0xA4BFCE) is known color: Heather. HEX triplet: A4, BF and CE. RGB value is (164,191,206). Sum of RGB (Red+Green+Blue) = 164+191+206=561 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.23% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 206 - color contains mainly: blue. Hex color #A4BFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BFCE is #5B4031. Grayscale: #B8B8B8. Windows color (decimal): -5980210 or 13549476. OLE color: 13549476.
HSL color Cylindrical-coordinate representation of color #A4BFCE: hue angle of 201.43º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4BFCE is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 191 | 206 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.19 |
| HSL | 201.43º | 0.3% | 0.73% | - |
| HSV(B) | 201.43º | 0.2% | 0.81% | - |
| XYZ | 45.08 | 49.61 | 65.59 | - |
| YUV | 184.64 | 140.05 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 191 | 206 | 0.20 | 0.07 | 0 | 0.19 | 201.43 | 0.3 | 0.73 |
| Hex | A4 | BF | CE | 14 | 7 | 0 | 13 | C9 | 1E | 49 |
| Octal | 244 | 277 | 316 | 24 | 7 | 0 | 23 | 311 | 36 | 111 |
| Binary | 10100100 | 10111111 | 11001110 | 10100 | 111 | 0 | 10011 | 11001001 | 11110 | 1001001 |
Color Harmonies of #A4BFCE
Complementary color
Monochromatic Colors of #A4BFCE
Black with #A4BFCE
Text Example
Text Example
White with #A4BFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BFCE; }
p { color: rgb(164,191,206); }
H1.HeaderClassName
{
color: #A4BFCE;
}
.AnyTagClassName
{
color: #A4BFCE;
}
</style>
background-color css
<style>
a { background-color: #A4BFCE; }
a { background-color: rgb(164,191,206); }
div.DivClassName
{
background-color: #A4BFCE;
}
.BgClassName
{
background-color: #A4BFCE;
}
</style>
border-color css
<style>
span { border-color: #A4BFCE; }
span { border-color: rgb(164,191,206); }
td.TdClassName
{
border-color: #A4BFCE;
}
.TagClassName
{
border-color: #A4BFCE;
}
</style>