Shades of Spindle #A6BED1
Tints of Spindle #A6BED1
RGB
CMYK
RGB Variations
Color information
#A6BED1 (or 0xA6BED1) is known color: Spindle. HEX triplet: A6, BE and D1. RGB value is (166,190,209). Sum of RGB (Red+Green+Blue) = 166+190+209=565 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.38% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 209 - color contains mainly: blue. Hex color #A6BED1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BED1 is #59412E. Grayscale: #B8B8B8. Windows color (decimal): -5849391 or 13745830. OLE color: 13745830.
HSL color Cylindrical-coordinate representation of color #A6BED1: hue angle of 206.51º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6BED1 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 190 | 209 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.18 |
| HSL | 206.51º | 0.32% | 0.74% | - |
| HSV(B) | 206.51º | 0.21% | 0.82% | - |
| XYZ | 45.65 | 49.54 | 67.48 | - |
| YUV | 184.99 | 141.55 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 190 | 209 | 0.21 | 0.09 | 0 | 0.18 | 206.51 | 0.32 | 0.74 |
| Hex | A6 | BE | D1 | 15 | 9 | 0 | 12 | CF | 20 | 4A |
| Octal | 246 | 276 | 321 | 25 | 11 | 0 | 22 | 317 | 40 | 112 |
| Binary | 10100110 | 10111110 | 11010001 | 10101 | 1001 | 0 | 10010 | 11001111 | 100000 | 1001010 |
Color Harmonies of #A6BED1
Complementary color
Monochromatic Colors of #A6BED1
Black with #A6BED1
Text Example
Text Example
White with #A6BED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BED1; }
p { color: rgb(166,190,209); }
H1.HeaderClassName
{
color: #A6BED1;
}
.AnyTagClassName
{
color: #A6BED1;
}
</style>
background-color css
<style>
a { background-color: #A6BED1; }
a { background-color: rgb(166,190,209); }
div.DivClassName
{
background-color: #A6BED1;
}
.BgClassName
{
background-color: #A6BED1;
}
</style>
border-color css
<style>
span { border-color: #A6BED1; }
span { border-color: rgb(166,190,209); }
td.TdClassName
{
border-color: #A6BED1;
}
.TagClassName
{
border-color: #A6BED1;
}
</style>