Shades of Spindle #A2BCD5
Tints of Spindle #A2BCD5
RGB
CMYK
RGB Variations
Color information
#A2BCD5 (or 0xA2BCD5) is known color: Spindle. HEX triplet: A2, BC and D5. RGB value is (162,188,213). Sum of RGB (Red+Green+Blue) = 162+188+213=563 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.77% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 213 (83.59% from 255 or 37.83% from 563); Max value from RGB is 213 - color contains mainly: blue. Hex color #A2BCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BCD5 is #5D432A. Grayscale: #B6B6B6. Windows color (decimal): -6112043 or 14007458. OLE color: 14007458.
HSL color Cylindrical-coordinate representation of color #A2BCD5: hue angle of 209.41º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2BCD5 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 188 | 213 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.16 |
| HSL | 209.41º | 0.38% | 0.74% | - |
| HSV(B) | 209.41º | 0.24% | 0.84% | - |
| XYZ | 44.89 | 48.45 | 69.94 | - |
| YUV | 183.08 | 144.89 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 213 | 0.24 | 0.12 | 0 | 0.16 | 209.41 | 0.38 | 0.74 |
| Hex | A2 | BC | D5 | 18 | C | 0 | 10 | D1 | 26 | 4A |
| Octal | 242 | 274 | 325 | 30 | 14 | 0 | 20 | 321 | 46 | 112 |
| Binary | 10100010 | 10111100 | 11010101 | 11000 | 1100 | 0 | 10000 | 11010001 | 100110 | 1001010 |
Color Harmonies of #A2BCD5
Complementary color
Monochromatic Colors of #A2BCD5
Black with #A2BCD5
Text Example
Text Example
White with #A2BCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BCD5; }
p { color: rgb(162,188,213); }
H1.HeaderClassName
{
color: #A2BCD5;
}
.AnyTagClassName
{
color: #A2BCD5;
}
</style>
background-color css
<style>
a { background-color: #A2BCD5; }
a { background-color: rgb(162,188,213); }
div.DivClassName
{
background-color: #A2BCD5;
}
.BgClassName
{
background-color: #A2BCD5;
}
</style>
border-color css
<style>
span { border-color: #A2BCD5; }
span { border-color: rgb(162,188,213); }
td.TdClassName
{
border-color: #A2BCD5;
}
.TagClassName
{
border-color: #A2BCD5;
}
</style>