Shades of Spindle #A0BCD3
Tints of Spindle #A0BCD3
RGB
CMYK
RGB Variations
Color information
#A0BCD3 (or 0xA0BCD3) is known color: Spindle. HEX triplet: A0, BC and D3. RGB value is (160,188,211). Sum of RGB (Red+Green+Blue) = 160+188+211=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 211 (82.81% from 255 or 37.75% from 559); Max value from RGB is 211 - color contains mainly: blue. Hex color #A0BCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BCD3 is #5F432C. Grayscale: #B6B6B6. Windows color (decimal): -6243117 or 13876384. OLE color: 13876384.
HSL color Cylindrical-coordinate representation of color #A0BCD3: hue angle of 207.06º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0BCD3 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 188 | 211 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.17 |
| HSL | 207.06º | 0.37% | 0.73% | - |
| HSV(B) | 207.06º | 0.24% | 0.83% | - |
| XYZ | 44.24 | 48.14 | 68.59 | - |
| YUV | 182.25 | 144.22 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 211 | 0.24 | 0.11 | 0 | 0.17 | 207.06 | 0.37 | 0.73 |
| Hex | A0 | BC | D3 | 18 | B | 0 | 11 | CF | 25 | 49 |
| Octal | 240 | 274 | 323 | 30 | 13 | 0 | 21 | 317 | 45 | 111 |
| Binary | 10100000 | 10111100 | 11010011 | 11000 | 1011 | 0 | 10001 | 11001111 | 100101 | 1001001 |
Color Harmonies of #A0BCD3
Complementary color
Monochromatic Colors of #A0BCD3
Black with #A0BCD3
Text Example
Text Example
White with #A0BCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BCD3; }
p { color: rgb(160,188,211); }
H1.HeaderClassName
{
color: #A0BCD3;
}
.AnyTagClassName
{
color: #A0BCD3;
}
</style>
background-color css
<style>
a { background-color: #A0BCD3; }
a { background-color: rgb(160,188,211); }
div.DivClassName
{
background-color: #A0BCD3;
}
.BgClassName
{
background-color: #A0BCD3;
}
</style>
border-color css
<style>
span { border-color: #A0BCD3; }
span { border-color: rgb(160,188,211); }
td.TdClassName
{
border-color: #A0BCD3;
}
.TagClassName
{
border-color: #A0BCD3;
}
</style>