Shades of Heather #A3BEC4
Tints of Heather #A3BEC4
RGB
CMYK
RGB Variations
Color information
#A3BEC4 (or 0xA3BEC4) is known color: Heather. HEX triplet: A3, BE and C4. RGB value is (163,190,196). Sum of RGB (Red+Green+Blue) = 163+190+196=549 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.69% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 196 - color contains mainly: blue. Hex color #A3BEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BEC4 is #5C413B. Grayscale: #B6B6B6. Windows color (decimal): -6046012 or 12893859. OLE color: 12893859.
HSL color Cylindrical-coordinate representation of color #A3BEC4: hue angle of 190.91º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A3BEC4 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 190 | 196 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.23 |
| HSL | 190.91º | 0.22% | 0.7% | - |
| HSV(B) | 190.91º | 0.17% | 0.77% | - |
| XYZ | 43.48 | 48.6 | 59.31 | - |
| YUV | 182.61 | 135.55 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 190 | 196 | 0.17 | 0.03 | 0 | 0.23 | 190.91 | 0.22 | 0.7 |
| Hex | A3 | BE | C4 | 11 | 3 | 0 | 17 | BF | 16 | 46 |
| Octal | 243 | 276 | 304 | 21 | 3 | 0 | 27 | 277 | 26 | 106 |
| Binary | 10100011 | 10111110 | 11000100 | 10001 | 11 | 0 | 10111 | 10111111 | 10110 | 1000110 |
Color Harmonies of #A3BEC4
Complementary color
Monochromatic Colors of #A3BEC4
Black with #A3BEC4
Text Example
Text Example
White with #A3BEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BEC4; }
p { color: rgb(163,190,196); }
H1.HeaderClassName
{
color: #A3BEC4;
}
.AnyTagClassName
{
color: #A3BEC4;
}
</style>
background-color css
<style>
a { background-color: #A3BEC4; }
a { background-color: rgb(163,190,196); }
div.DivClassName
{
background-color: #A3BEC4;
}
.BgClassName
{
background-color: #A3BEC4;
}
</style>
border-color css
<style>
span { border-color: #A3BEC4; }
span { border-color: rgb(163,190,196); }
td.TdClassName
{
border-color: #A3BEC4;
}
.TagClassName
{
border-color: #A3BEC4;
}
</style>