Shades of Heather #A3BBCC
Tints of Heather #A3BBCC
RGB
CMYK
RGB Variations
Color information
#A3BBCC (or 0xA3BBCC) is known color: Heather. HEX triplet: A3, BB and CC. RGB value is (163,187,204). Sum of RGB (Red+Green+Blue) = 163+187+204=554 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.42% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 204 - color contains mainly: blue. Hex color #A3BBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BBCC is #5C4433. Grayscale: #B5B5B5. Windows color (decimal): -6046772 or 13417379. OLE color: 13417379.
HSL color Cylindrical-coordinate representation of color #A3BBCC: hue angle of 204.88º 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 #A3BBCC is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 187 | 204 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.2 |
| HSL | 204.88º | 0.29% | 0.72% | - |
| HSV(B) | 204.88º | 0.2% | 0.8% | - |
| XYZ | 43.77 | 47.69 | 64.02 | - |
| YUV | 181.76 | 140.55 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 187 | 204 | 0.20 | 0.08 | 0 | 0.2 | 204.88 | 0.29 | 0.72 |
| Hex | A3 | BB | CC | 14 | 8 | 0 | 14 | CD | 1D | 48 |
| Octal | 243 | 273 | 314 | 24 | 10 | 0 | 24 | 315 | 35 | 110 |
| Binary | 10100011 | 10111011 | 11001100 | 10100 | 1000 | 0 | 10100 | 11001101 | 11101 | 1001000 |
Color Harmonies of #A3BBCC
Complementary color
Monochromatic Colors of #A3BBCC
Black with #A3BBCC
Text Example
Text Example
White with #A3BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BBCC; }
p { color: rgb(163,187,204); }
H1.HeaderClassName
{
color: #A3BBCC;
}
.AnyTagClassName
{
color: #A3BBCC;
}
</style>
background-color css
<style>
a { background-color: #A3BBCC; }
a { background-color: rgb(163,187,204); }
div.DivClassName
{
background-color: #A3BBCC;
}
.BgClassName
{
background-color: #A3BBCC;
}
</style>
border-color css
<style>
span { border-color: #A3BBCC; }
span { border-color: rgb(163,187,204); }
td.TdClassName
{
border-color: #A3BBCC;
}
.TagClassName
{
border-color: #A3BBCC;
}
</style>