Shades of Spindle #A2BED2
Tints of Spindle #A2BED2
RGB
CMYK
RGB Variations
Color information
#A2BED2 (or 0xA2BED2) is known color: Spindle. HEX triplet: A2, BE and D2. RGB value is (162,190,210). Sum of RGB (Red+Green+Blue) = 162+190+210=562 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.83% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 210 (82.42% from 255 or 37.37% from 562); Max value from RGB is 210 - color contains mainly: blue. Hex color #A2BED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BED2 is #5D412D. Grayscale: #B7B7B7. Windows color (decimal): -6111534 or 13811362. OLE color: 13811362.
HSL color Cylindrical-coordinate representation of color #A2BED2: hue angle of 205º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A2BED2 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 190 | 210 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.18 |
| HSL | 205º | 0.35% | 0.73% | - |
| HSV(B) | 205º | 0.23% | 0.82% | - |
| XYZ | 44.95 | 49.16 | 68.09 | - |
| YUV | 183.91 | 142.72 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 190 | 210 | 0.23 | 0.10 | 0 | 0.18 | 205 | 0.35 | 0.73 |
| Hex | A2 | BE | D2 | 17 | A | 0 | 12 | CD | 23 | 49 |
| Octal | 242 | 276 | 322 | 27 | 12 | 0 | 22 | 315 | 43 | 111 |
| Binary | 10100010 | 10111110 | 11010010 | 10111 | 1010 | 0 | 10010 | 11001101 | 100011 | 1001001 |
Color Harmonies of #A2BED2
Complementary color
Monochromatic Colors of #A2BED2
Black with #A2BED2
Text Example
Text Example
White with #A2BED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BED2; }
p { color: rgb(162,190,210); }
H1.HeaderClassName
{
color: #A2BED2;
}
.AnyTagClassName
{
color: #A2BED2;
}
</style>
background-color css
<style>
a { background-color: #A2BED2; }
a { background-color: rgb(162,190,210); }
div.DivClassName
{
background-color: #A2BED2;
}
.BgClassName
{
background-color: #A2BED2;
}
</style>
border-color css
<style>
span { border-color: #A2BED2; }
span { border-color: rgb(162,190,210); }
td.TdClassName
{
border-color: #A2BED2;
}
.TagClassName
{
border-color: #A2BED2;
}
</style>