Shades of Heather #A3BBCF
Tints of Heather #A3BBCF
RGB
CMYK
RGB Variations
Color information
#A3BBCF (or 0xA3BBCF) is known color: Heather. HEX triplet: A3, BB and CF. RGB value is (163,187,207). Sum of RGB (Red+Green+Blue) = 163+187+207=557 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.26% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 207 - color contains mainly: blue. Hex color #A3BBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BBCF is #5C4430. Grayscale: #B6B6B6. Windows color (decimal): -6046769 or 13613987. OLE color: 13613987.
HSL color Cylindrical-coordinate representation of color #A3BBCF: hue angle of 207.27º 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 #A3BBCF is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 187 | 207 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.19 |
| HSL | 207.27º | 0.31% | 0.73% | - |
| HSV(B) | 207.27º | 0.21% | 0.81% | - |
| XYZ | 44.14 | 47.83 | 65.94 | - |
| YUV | 182.1 | 142.05 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 187 | 207 | 0.21 | 0.10 | 0 | 0.19 | 207.27 | 0.31 | 0.73 |
| Hex | A3 | BB | CF | 15 | A | 0 | 13 | CF | 1F | 49 |
| Octal | 243 | 273 | 317 | 25 | 12 | 0 | 23 | 317 | 37 | 111 |
| Binary | 10100011 | 10111011 | 11001111 | 10101 | 1010 | 0 | 10011 | 11001111 | 11111 | 1001001 |
Color Harmonies of #A3BBCF
Complementary color
Monochromatic Colors of #A3BBCF
Black with #A3BBCF
Text Example
Text Example
White with #A3BBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BBCF; }
p { color: rgb(163,187,207); }
H1.HeaderClassName
{
color: #A3BBCF;
}
.AnyTagClassName
{
color: #A3BBCF;
}
</style>
background-color css
<style>
a { background-color: #A3BBCF; }
a { background-color: rgb(163,187,207); }
div.DivClassName
{
background-color: #A3BBCF;
}
.BgClassName
{
background-color: #A3BBCF;
}
</style>
border-color css
<style>
span { border-color: #A3BBCF; }
span { border-color: rgb(163,187,207); }
td.TdClassName
{
border-color: #A3BBCF;
}
.TagClassName
{
border-color: #A3BBCF;
}
</style>