Shades of Spindle #A4B9D0
Tints of Spindle #A4B9D0
RGB
CMYK
RGB Variations
Color information
#A4B9D0 (or 0xA4B9D0) is known color: Spindle. HEX triplet: A4, B9 and D0. RGB value is (164,185,208). Sum of RGB (Red+Green+Blue) = 164+185+208=557 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.44% from 557); Green value is 185 (72.66% from 255 or 33.21% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 208 - color contains mainly: blue. Hex color #A4B9D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B9D0 is #5B462F. Grayscale: #B5B5B5. Windows color (decimal): -5981744 or 13679012. OLE color: 13679012.
HSL color Cylindrical-coordinate representation of color #A4B9D0: hue angle of 211.36º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4B9D0 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 185 | 208 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.18 |
| HSL | 211.36º | 0.32% | 0.73% | - |
| HSV(B) | 211.36º | 0.21% | 0.82% | - |
| XYZ | 44.04 | 47.14 | 66.45 | - |
| YUV | 181.34 | 143.04 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 185 | 208 | 0.21 | 0.11 | 0 | 0.18 | 211.36 | 0.32 | 0.73 |
| Hex | A4 | B9 | D0 | 15 | B | 0 | 12 | D3 | 20 | 49 |
| Octal | 244 | 271 | 320 | 25 | 13 | 0 | 22 | 323 | 40 | 111 |
| Binary | 10100100 | 10111001 | 11010000 | 10101 | 1011 | 0 | 10010 | 11010011 | 100000 | 1001001 |
Color Harmonies of #A4B9D0
Complementary color
Monochromatic Colors of #A4B9D0
Black with #A4B9D0
Text Example
Text Example
White with #A4B9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B9D0; }
p { color: rgb(164,185,208); }
H1.HeaderClassName
{
color: #A4B9D0;
}
.AnyTagClassName
{
color: #A4B9D0;
}
</style>
background-color css
<style>
a { background-color: #A4B9D0; }
a { background-color: rgb(164,185,208); }
div.DivClassName
{
background-color: #A4B9D0;
}
.BgClassName
{
background-color: #A4B9D0;
}
</style>
border-color css
<style>
span { border-color: #A4B9D0; }
span { border-color: rgb(164,185,208); }
td.TdClassName
{
border-color: #A4B9D0;
}
.TagClassName
{
border-color: #A4B9D0;
}
</style>