Shades of Spindle #A2BCD3
Tints of Spindle #A2BCD3
RGB
CMYK
RGB Variations
Color information
#A2BCD3 (or 0xA2BCD3) is known color: Spindle. HEX triplet: A2, BC and D3. RGB value is (162,188,211). Sum of RGB (Red+Green+Blue) = 162+188+211=561 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.88% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 211 (82.81% from 255 or 37.61% from 561); Max value from RGB is 211 - color contains mainly: blue. Hex color #A2BCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BCD3 is #5D432C. Grayscale: #B6B6B6. Windows color (decimal): -6112045 or 13876386. OLE color: 13876386.
HSL color Cylindrical-coordinate representation of color #A2BCD3: hue angle of 208.16º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A2BCD3 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 188 | 211 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.17 |
| HSL | 208.16º | 0.36% | 0.73% | - |
| HSV(B) | 208.16º | 0.23% | 0.83% | - |
| XYZ | 44.64 | 48.35 | 68.61 | - |
| YUV | 182.85 | 143.89 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 211 | 0.23 | 0.11 | 0 | 0.17 | 208.16 | 0.36 | 0.73 |
| Hex | A2 | BC | D3 | 17 | B | 0 | 11 | D0 | 24 | 49 |
| Octal | 242 | 274 | 323 | 27 | 13 | 0 | 21 | 320 | 44 | 111 |
| Binary | 10100010 | 10111100 | 11010011 | 10111 | 1011 | 0 | 10001 | 11010000 | 100100 | 1001001 |
Color Harmonies of #A2BCD3
Complementary color
Monochromatic Colors of #A2BCD3
Black with #A2BCD3
Text Example
Text Example
White with #A2BCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BCD3; }
p { color: rgb(162,188,211); }
H1.HeaderClassName
{
color: #A2BCD3;
}
.AnyTagClassName
{
color: #A2BCD3;
}
</style>
background-color css
<style>
a { background-color: #A2BCD3; }
a { background-color: rgb(162,188,211); }
div.DivClassName
{
background-color: #A2BCD3;
}
.BgClassName
{
background-color: #A2BCD3;
}
</style>
border-color css
<style>
span { border-color: #A2BCD3; }
span { border-color: rgb(162,188,211); }
td.TdClassName
{
border-color: #A2BCD3;
}
.TagClassName
{
border-color: #A2BCD3;
}
</style>