Shades of Spindle #A7BCD1
Tints of Spindle #A7BCD1
RGB
CMYK
RGB Variations
Color information
#A7BCD1 (or 0xA7BCD1) is known color: Spindle. HEX triplet: A7, BC and D1. RGB value is (167,188,209). Sum of RGB (Red+Green+Blue) = 167+188+209=564 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.61% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 209 (82.03% from 255 or 37.06% from 564); Max value from RGB is 209 - color contains mainly: blue. Hex color #A7BCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BCD1 is #58432E. Grayscale: #B8B8B8. Windows color (decimal): -5784367 or 13745319. OLE color: 13745319.
HSL color Cylindrical-coordinate representation of color #A7BCD1: hue angle of 210º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A7BCD1 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 188 | 209 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.18 |
| HSL | 210º | 0.31% | 0.74% | - |
| HSV(B) | 210º | 0.2% | 0.82% | - |
| XYZ | 45.43 | 48.79 | 67.34 | - |
| YUV | 184.12 | 142.04 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 188 | 209 | 0.20 | 0.10 | 0 | 0.18 | 210 | 0.31 | 0.74 |
| Hex | A7 | BC | D1 | 14 | A | 0 | 12 | D2 | 1F | 4A |
| Octal | 247 | 274 | 321 | 24 | 12 | 0 | 22 | 322 | 37 | 112 |
| Binary | 10100111 | 10111100 | 11010001 | 10100 | 1010 | 0 | 10010 | 11010010 | 11111 | 1001010 |
Color Harmonies of #A7BCD1
Complementary color
Monochromatic Colors of #A7BCD1
Black with #A7BCD1
Text Example
Text Example
White with #A7BCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BCD1; }
p { color: rgb(167,188,209); }
H1.HeaderClassName
{
color: #A7BCD1;
}
.AnyTagClassName
{
color: #A7BCD1;
}
</style>
background-color css
<style>
a { background-color: #A7BCD1; }
a { background-color: rgb(167,188,209); }
div.DivClassName
{
background-color: #A7BCD1;
}
.BgClassName
{
background-color: #A7BCD1;
}
</style>
border-color css
<style>
span { border-color: #A7BCD1; }
span { border-color: rgb(167,188,209); }
td.TdClassName
{
border-color: #A7BCD1;
}
.TagClassName
{
border-color: #A7BCD1;
}
</style>