Shades of Spindle #A3BCD1
Tints of Spindle #A3BCD1
RGB
CMYK
RGB Variations
Color information
#A3BCD1 (or 0xA3BCD1) is known color: Spindle. HEX triplet: A3, BC and D1. RGB value is (163,188,209). Sum of RGB (Red+Green+Blue) = 163+188+209=560 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.11% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 209 (82.03% from 255 or 37.32% from 560); Max value from RGB is 209 - color contains mainly: blue. Hex color #A3BCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BCD1 is #5C432E. Grayscale: #B6B6B6. Windows color (decimal): -6046511 or 13745315. OLE color: 13745315.
HSL color Cylindrical-coordinate representation of color #A3BCD1: hue angle of 207.39º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A3BCD1 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 188 | 209 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.18 |
| HSL | 207.39º | 0.33% | 0.73% | - |
| HSV(B) | 207.39º | 0.22% | 0.82% | - |
| XYZ | 44.6 | 48.36 | 67.3 | - |
| YUV | 182.92 | 142.72 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 209 | 0.22 | 0.10 | 0 | 0.18 | 207.39 | 0.33 | 0.73 |
| Hex | A3 | BC | D1 | 16 | A | 0 | 12 | CF | 21 | 49 |
| Octal | 243 | 274 | 321 | 26 | 12 | 0 | 22 | 317 | 41 | 111 |
| Binary | 10100011 | 10111100 | 11010001 | 10110 | 1010 | 0 | 10010 | 11001111 | 100001 | 1001001 |
Color Harmonies of #A3BCD1
Complementary color
Monochromatic Colors of #A3BCD1
Black with #A3BCD1
Text Example
Text Example
White with #A3BCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BCD1; }
p { color: rgb(163,188,209); }
H1.HeaderClassName
{
color: #A3BCD1;
}
.AnyTagClassName
{
color: #A3BCD1;
}
</style>
background-color css
<style>
a { background-color: #A3BCD1; }
a { background-color: rgb(163,188,209); }
div.DivClassName
{
background-color: #A3BCD1;
}
.BgClassName
{
background-color: #A3BCD1;
}
</style>
border-color css
<style>
span { border-color: #A3BCD1; }
span { border-color: rgb(163,188,209); }
td.TdClassName
{
border-color: #A3BCD1;
}
.TagClassName
{
border-color: #A3BCD1;
}
</style>