Shades of Heather #A3BBC8
Tints of Heather #A3BBC8
RGB
CMYK
RGB Variations
Color information
#A3BBC8 (or 0xA3BBC8) is known color: Heather. HEX triplet: A3, BB and C8. RGB value is (163,187,200). Sum of RGB (Red+Green+Blue) = 163+187+200=550 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.64% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 200 (78.52% from 255 or 36.36% from 550); Max value from RGB is 200 - color contains mainly: blue. Hex color #A3BBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BBC8 is #5C4437. Grayscale: #B5B5B5. Windows color (decimal): -6046776 or 13155235. OLE color: 13155235.
HSL color Cylindrical-coordinate representation of color #A3BBC8: hue angle of 201.08º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3BBC8 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 187 | 200 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.22 |
| HSL | 201.08º | 0.25% | 0.71% | - |
| HSV(B) | 201.08º | 0.19% | 0.78% | - |
| XYZ | 43.3 | 47.5 | 61.53 | - |
| YUV | 181.31 | 138.55 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 187 | 200 | 0.18 | 0.06 | 0 | 0.22 | 201.08 | 0.25 | 0.71 |
| Hex | A3 | BB | C8 | 12 | 6 | 0 | 16 | C9 | 19 | 47 |
| Octal | 243 | 273 | 310 | 22 | 6 | 0 | 26 | 311 | 31 | 107 |
| Binary | 10100011 | 10111011 | 11001000 | 10010 | 110 | 0 | 10110 | 11001001 | 11001 | 1000111 |
Color Harmonies of #A3BBC8
Complementary color
Monochromatic Colors of #A3BBC8
Black with #A3BBC8
Text Example
Text Example
White with #A3BBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BBC8; }
p { color: rgb(163,187,200); }
H1.HeaderClassName
{
color: #A3BBC8;
}
.AnyTagClassName
{
color: #A3BBC8;
}
</style>
background-color css
<style>
a { background-color: #A3BBC8; }
a { background-color: rgb(163,187,200); }
div.DivClassName
{
background-color: #A3BBC8;
}
.BgClassName
{
background-color: #A3BBC8;
}
</style>
border-color css
<style>
span { border-color: #A3BBC8; }
span { border-color: rgb(163,187,200); }
td.TdClassName
{
border-color: #A3BBC8;
}
.TagClassName
{
border-color: #A3BBC8;
}
</style>