Shades of Spindle #A3BED2
Tints of Spindle #A3BED2
RGB
CMYK
RGB Variations
Color information
#A3BED2 (or 0xA3BED2) is known color: Spindle. HEX triplet: A3, BE and D2. RGB value is (163,190,210). Sum of RGB (Red+Green+Blue) = 163+190+210=563 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.95% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 210 (82.42% from 255 or 37.30% from 563); Max value from RGB is 210 - color contains mainly: blue. Hex color #A3BED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BED2 is #5C412D. Grayscale: #B8B8B8. Windows color (decimal): -6045998 or 13811363. OLE color: 13811363.
HSL color Cylindrical-coordinate representation of color #A3BED2: hue angle of 205.53º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A3BED2 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 190 | 210 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.18 |
| HSL | 205.53º | 0.34% | 0.73% | - |
| HSV(B) | 205.53º | 0.22% | 0.82% | - |
| XYZ | 45.15 | 49.27 | 68.1 | - |
| YUV | 184.21 | 142.55 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 190 | 210 | 0.22 | 0.10 | 0 | 0.18 | 205.53 | 0.34 | 0.73 |
| Hex | A3 | BE | D2 | 16 | A | 0 | 12 | CE | 22 | 49 |
| Octal | 243 | 276 | 322 | 26 | 12 | 0 | 22 | 316 | 42 | 111 |
| Binary | 10100011 | 10111110 | 11010010 | 10110 | 1010 | 0 | 10010 | 11001110 | 100010 | 1001001 |
Color Harmonies of #A3BED2
Complementary color
Monochromatic Colors of #A3BED2
Black with #A3BED2
Text Example
Text Example
White with #A3BED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BED2; }
p { color: rgb(163,190,210); }
H1.HeaderClassName
{
color: #A3BED2;
}
.AnyTagClassName
{
color: #A3BED2;
}
</style>
background-color css
<style>
a { background-color: #A3BED2; }
a { background-color: rgb(163,190,210); }
div.DivClassName
{
background-color: #A3BED2;
}
.BgClassName
{
background-color: #A3BED2;
}
</style>
border-color css
<style>
span { border-color: #A3BED2; }
span { border-color: rgb(163,190,210); }
td.TdClassName
{
border-color: #A3BED2;
}
.TagClassName
{
border-color: #A3BED2;
}
</style>