Shades of Heather #A3BCCF
Tints of Heather #A3BCCF
RGB
CMYK
RGB Variations
Color information
#A3BCCF (or 0xA3BCCF) is known color: Heather. HEX triplet: A3, BC and CF. RGB value is (163,188,207). Sum of RGB (Red+Green+Blue) = 163+188+207=558 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.21% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 207 - color contains mainly: blue. Hex color #A3BCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BCCF is #5C4330. Grayscale: #B6B6B6. Windows color (decimal): -6046513 or 13614243. OLE color: 13614243.
HSL color Cylindrical-coordinate representation of color #A3BCCF: hue angle of 205.91º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3BCCF is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 188 | 207 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.19 |
| HSL | 205.91º | 0.31% | 0.73% | - |
| HSV(B) | 205.91º | 0.21% | 0.81% | - |
| XYZ | 44.35 | 48.26 | 66.01 | - |
| YUV | 182.69 | 141.72 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 207 | 0.21 | 0.09 | 0 | 0.19 | 205.91 | 0.31 | 0.73 |
| Hex | A3 | BC | CF | 15 | 9 | 0 | 13 | CE | 1F | 49 |
| Octal | 243 | 274 | 317 | 25 | 11 | 0 | 23 | 316 | 37 | 111 |
| Binary | 10100011 | 10111100 | 11001111 | 10101 | 1001 | 0 | 10011 | 11001110 | 11111 | 1001001 |
Color Harmonies of #A3BCCF
Complementary color
Monochromatic Colors of #A3BCCF
Black with #A3BCCF
Text Example
Text Example
White with #A3BCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BCCF; }
p { color: rgb(163,188,207); }
H1.HeaderClassName
{
color: #A3BCCF;
}
.AnyTagClassName
{
color: #A3BCCF;
}
</style>
background-color css
<style>
a { background-color: #A3BCCF; }
a { background-color: rgb(163,188,207); }
div.DivClassName
{
background-color: #A3BCCF;
}
.BgClassName
{
background-color: #A3BCCF;
}
</style>
border-color css
<style>
span { border-color: #A3BCCF; }
span { border-color: rgb(163,188,207); }
td.TdClassName
{
border-color: #A3BCCF;
}
.TagClassName
{
border-color: #A3BCCF;
}
</style>