Shades of Spindle #ACBDD3
Tints of Spindle #ACBDD3
RGB
CMYK
RGB Variations
Color information
#ACBDD3 (or 0xACBDD3) is known color: Spindle. HEX triplet: AC, BD and D3. RGB value is (172,189,211). Sum of RGB (Red+Green+Blue) = 172+189+211=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 211 (82.81% from 255 or 36.89% from 572); Max value from RGB is 211 - color contains mainly: blue. Hex color #ACBDD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDD3 is #53422C. Grayscale: #BABABA. Windows color (decimal): -5456429 or 13876652. OLE color: 13876652.
HSL color Cylindrical-coordinate representation of color #ACBDD3: hue angle of 213.85º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACBDD3 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 189 | 211 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.17 |
| HSL | 213.85º | 0.31% | 0.75% | - |
| HSV(B) | 213.85º | 0.18% | 0.83% | - |
| XYZ | 46.97 | 49.87 | 68.78 | - |
| YUV | 186.43 | 141.87 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 189 | 211 | 0.18 | 0.10 | 0 | 0.17 | 213.85 | 0.31 | 0.75 |
| Hex | AC | BD | D3 | 12 | A | 0 | 11 | D6 | 1F | 4B |
| Octal | 254 | 275 | 323 | 22 | 12 | 0 | 21 | 326 | 37 | 113 |
| Binary | 10101100 | 10111101 | 11010011 | 10010 | 1010 | 0 | 10001 | 11010110 | 11111 | 1001011 |
Color Harmonies of #ACBDD3
Complementary color
Monochromatic Colors of #ACBDD3
Black with #ACBDD3
Text Example
Text Example
White with #ACBDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBDD3; }
p { color: rgb(172,189,211); }
H1.HeaderClassName
{
color: #ACBDD3;
}
.AnyTagClassName
{
color: #ACBDD3;
}
</style>
background-color css
<style>
a { background-color: #ACBDD3; }
a { background-color: rgb(172,189,211); }
div.DivClassName
{
background-color: #ACBDD3;
}
.BgClassName
{
background-color: #ACBDD3;
}
</style>
border-color css
<style>
span { border-color: #ACBDD3; }
span { border-color: rgb(172,189,211); }
td.TdClassName
{
border-color: #ACBDD3;
}
.TagClassName
{
border-color: #ACBDD3;
}
</style>