Shades of Spindle #A6BBD5
Tints of Spindle #A6BBD5
RGB
CMYK
RGB Variations
Color information
#A6BBD5 (or 0xA6BBD5) is known color: Spindle. HEX triplet: A6, BB and D5. RGB value is (166,187,213). Sum of RGB (Red+Green+Blue) = 166+187+213=566 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.33% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 213 - color contains mainly: blue. Hex color #A6BBD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BBD5 is #59442A. Grayscale: #B7B7B7. Windows color (decimal): -5850155 or 14007206. OLE color: 14007206.
HSL color Cylindrical-coordinate representation of color #A6BBD5: hue angle of 213.19º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6BBD5 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 187 | 213 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.16 |
| HSL | 213.19º | 0.36% | 0.74% | - |
| HSV(B) | 213.19º | 0.22% | 0.84% | - |
| XYZ | 45.51 | 48.45 | 69.9 | - |
| YUV | 183.69 | 144.54 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 187 | 213 | 0.22 | 0.12 | 0 | 0.16 | 213.19 | 0.36 | 0.74 |
| Hex | A6 | BB | D5 | 16 | C | 0 | 10 | D5 | 24 | 4A |
| Octal | 246 | 273 | 325 | 26 | 14 | 0 | 20 | 325 | 44 | 112 |
| Binary | 10100110 | 10111011 | 11010101 | 10110 | 1100 | 0 | 10000 | 11010101 | 100100 | 1001010 |
Color Harmonies of #A6BBD5
Complementary color
Monochromatic Colors of #A6BBD5
Black with #A6BBD5
Text Example
Text Example
White with #A6BBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BBD5; }
p { color: rgb(166,187,213); }
H1.HeaderClassName
{
color: #A6BBD5;
}
.AnyTagClassName
{
color: #A6BBD5;
}
</style>
background-color css
<style>
a { background-color: #A6BBD5; }
a { background-color: rgb(166,187,213); }
div.DivClassName
{
background-color: #A6BBD5;
}
.BgClassName
{
background-color: #A6BBD5;
}
</style>
border-color css
<style>
span { border-color: #A6BBD5; }
span { border-color: rgb(166,187,213); }
td.TdClassName
{
border-color: #A6BBD5;
}
.TagClassName
{
border-color: #A6BBD5;
}
</style>