Shades of Heather #A4BECD
Tints of Heather #A4BECD
RGB
CMYK
RGB Variations
Color information
#A4BECD (or 0xA4BECD) is known color: Heather. HEX triplet: A4, BE and CD. RGB value is (164,190,205). Sum of RGB (Red+Green+Blue) = 164+190+205=559 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.34% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 205 - color contains mainly: blue. Hex color #A4BECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BECD is #5B4132. Grayscale: #B7B7B7. Windows color (decimal): -5980467 or 13483684. OLE color: 13483684.
HSL color Cylindrical-coordinate representation of color #A4BECD: hue angle of 201.95º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4BECD is Cyan = 0.2, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 190 | 205 | - |
| CMYK | 0.2 | 0.07 | 0 | 0.20 |
| HSL | 201.95º | 0.29% | 0.72% | - |
| HSV(B) | 201.95º | 0.2% | 0.8% | - |
| XYZ | 44.74 | 49.13 | 64.88 | - |
| YUV | 183.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 190 | 205 | 0.2 | 0.07 | 0 | 0.20 | 201.95 | 0.29 | 0.72 |
| Hex | A4 | BE | CD | 14 | 7 | 0 | 14 | CA | 1D | 48 |
| Octal | 244 | 276 | 315 | 24 | 7 | 0 | 24 | 312 | 35 | 110 |
| Binary | 10100100 | 10111110 | 11001101 | 10100 | 111 | 0 | 10100 | 11001010 | 11101 | 1001000 |
Color Harmonies of #A4BECD
Complementary color
Monochromatic Colors of #A4BECD
Black with #A4BECD
Text Example
Text Example
White with #A4BECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BECD; }
p { color: rgb(164,190,205); }
H1.HeaderClassName
{
color: #A4BECD;
}
.AnyTagClassName
{
color: #A4BECD;
}
</style>
background-color css
<style>
a { background-color: #A4BECD; }
a { background-color: rgb(164,190,205); }
div.DivClassName
{
background-color: #A4BECD;
}
.BgClassName
{
background-color: #A4BECD;
}
</style>
border-color css
<style>
span { border-color: #A4BECD; }
span { border-color: rgb(164,190,205); }
td.TdClassName
{
border-color: #A4BECD;
}
.TagClassName
{
border-color: #A4BECD;
}
</style>