Shades of Spindle #ACBDD4
Tints of Spindle #ACBDD4
RGB
CMYK
RGB Variations
Color information
#ACBDD4 (or 0xACBDD4) is known color: Spindle. HEX triplet: AC, BD and D4. RGB value is (172,189,212). Sum of RGB (Red+Green+Blue) = 172+189+212=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 212 (83.20% from 255 or 37.00% from 573); Max value from RGB is 212 - color contains mainly: blue. Hex color #ACBDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDD4 is #53422B. Grayscale: #BABABA. Windows color (decimal): -5456428 or 13942188. OLE color: 13942188.
HSL color Cylindrical-coordinate representation of color #ACBDD4: hue angle of 214.5º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACBDD4 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 189 | 212 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.17 |
| HSL | 214.5º | 0.32% | 0.75% | - |
| HSV(B) | 214.5º | 0.19% | 0.83% | - |
| XYZ | 47.09 | 49.92 | 69.44 | - |
| YUV | 186.54 | 142.37 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 189 | 212 | 0.19 | 0.11 | 0 | 0.17 | 214.5 | 0.32 | 0.75 |
| Hex | AC | BD | D4 | 13 | B | 0 | 11 | D6 | 20 | 4B |
| Octal | 254 | 275 | 324 | 23 | 13 | 0 | 21 | 326 | 40 | 113 |
| Binary | 10101100 | 10111101 | 11010100 | 10011 | 1011 | 0 | 10001 | 11010110 | 100000 | 1001011 |
Color Harmonies of #ACBDD4
Complementary color
Monochromatic Colors of #ACBDD4
Black with #ACBDD4
Text Example
Text Example
White with #ACBDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBDD4; }
p { color: rgb(172,189,212); }
H1.HeaderClassName
{
color: #ACBDD4;
}
.AnyTagClassName
{
color: #ACBDD4;
}
</style>
background-color css
<style>
a { background-color: #ACBDD4; }
a { background-color: rgb(172,189,212); }
div.DivClassName
{
background-color: #ACBDD4;
}
.BgClassName
{
background-color: #ACBDD4;
}
</style>
border-color css
<style>
span { border-color: #ACBDD4; }
span { border-color: rgb(172,189,212); }
td.TdClassName
{
border-color: #ACBDD4;
}
.TagClassName
{
border-color: #ACBDD4;
}
</style>