Shades of Spindle #A0BBD1
Tints of Spindle #A0BBD1
RGB
CMYK
RGB Variations
Color information
#A0BBD1 (or 0xA0BBD1) is known color: Spindle. HEX triplet: A0, BB and D1. RGB value is (160,187,209). Sum of RGB (Red+Green+Blue) = 160+187+209=556 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.78% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 209 - color contains mainly: blue. Hex color #A0BBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BBD1 is #5F442E. Grayscale: #B5B5B5. Windows color (decimal): -6243375 or 13745056. OLE color: 13745056.
HSL color Cylindrical-coordinate representation of color #A0BBD1: hue angle of 206.94º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0BBD1 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 187 | 209 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.18 |
| HSL | 206.94º | 0.35% | 0.72% | - |
| HSV(B) | 206.94º | 0.23% | 0.82% | - |
| XYZ | 43.78 | 47.62 | 67.21 | - |
| YUV | 181.44 | 143.55 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 187 | 209 | 0.23 | 0.11 | 0 | 0.18 | 206.94 | 0.35 | 0.72 |
| Hex | A0 | BB | D1 | 17 | B | 0 | 12 | CF | 23 | 48 |
| Octal | 240 | 273 | 321 | 27 | 13 | 0 | 22 | 317 | 43 | 110 |
| Binary | 10100000 | 10111011 | 11010001 | 10111 | 1011 | 0 | 10010 | 11001111 | 100011 | 1001000 |
Color Harmonies of #A0BBD1
Complementary color
Monochromatic Colors of #A0BBD1
Black with #A0BBD1
Text Example
Text Example
White with #A0BBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BBD1; }
p { color: rgb(160,187,209); }
H1.HeaderClassName
{
color: #A0BBD1;
}
.AnyTagClassName
{
color: #A0BBD1;
}
</style>
background-color css
<style>
a { background-color: #A0BBD1; }
a { background-color: rgb(160,187,209); }
div.DivClassName
{
background-color: #A0BBD1;
}
.BgClassName
{
background-color: #A0BBD1;
}
</style>
border-color css
<style>
span { border-color: #A0BBD1; }
span { border-color: rgb(160,187,209); }
td.TdClassName
{
border-color: #A0BBD1;
}
.TagClassName
{
border-color: #A0BBD1;
}
</style>