Shades of Spindle #A3BACF
Tints of Spindle #A3BACF
RGB
CMYK
RGB Variations
Color information
#A3BACF (or 0xA3BACF) is known color: Spindle. HEX triplet: A3, BA and CF. RGB value is (163,186,207). Sum of RGB (Red+Green+Blue) = 163+186+207=556 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.32% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 207 - color contains mainly: blue. Hex color #A3BACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BACF is #5C4530. Grayscale: #B5B5B5. Windows color (decimal): -6047025 or 13613731. OLE color: 13613731.
HSL color Cylindrical-coordinate representation of color #A3BACF: hue angle of 208.64º 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 #A3BACF is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 186 | 207 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.19 |
| HSL | 208.64º | 0.31% | 0.73% | - |
| HSV(B) | 208.64º | 0.21% | 0.81% | - |
| XYZ | 43.93 | 47.41 | 65.87 | - |
| YUV | 181.52 | 142.38 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 186 | 207 | 0.21 | 0.10 | 0 | 0.19 | 208.64 | 0.31 | 0.73 |
| Hex | A3 | BA | CF | 15 | A | 0 | 13 | D1 | 1F | 49 |
| Octal | 243 | 272 | 317 | 25 | 12 | 0 | 23 | 321 | 37 | 111 |
| Binary | 10100011 | 10111010 | 11001111 | 10101 | 1010 | 0 | 10011 | 11010001 | 11111 | 1001001 |
Color Harmonies of #A3BACF
Complementary color
Monochromatic Colors of #A3BACF
Black with #A3BACF
Text Example
Text Example
White with #A3BACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BACF; }
p { color: rgb(163,186,207); }
H1.HeaderClassName
{
color: #A3BACF;
}
.AnyTagClassName
{
color: #A3BACF;
}
</style>
background-color css
<style>
a { background-color: #A3BACF; }
a { background-color: rgb(163,186,207); }
div.DivClassName
{
background-color: #A3BACF;
}
.BgClassName
{
background-color: #A3BACF;
}
</style>
border-color css
<style>
span { border-color: #A3BACF; }
span { border-color: rgb(163,186,207); }
td.TdClassName
{
border-color: #A3BACF;
}
.TagClassName
{
border-color: #A3BACF;
}
</style>