Shades of Spindle #ACBDD1
Tints of Spindle #ACBDD1
RGB
CMYK
RGB Variations
Color information
#ACBDD1 (or 0xACBDD1) is known color: Spindle. HEX triplet: AC, BD and D1. RGB value is (172,189,209). Sum of RGB (Red+Green+Blue) = 172+189+209=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 209 (82.03% from 255 or 36.67% from 570); Max value from RGB is 209 - color contains mainly: blue. Hex color #ACBDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDD1 is #53422E. Grayscale: #BABABA. Windows color (decimal): -5456431 or 13745580. OLE color: 13745580.
HSL color Cylindrical-coordinate representation of color #ACBDD1: hue angle of 212.43º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACBDD1 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 189 | 209 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.18 |
| HSL | 212.43º | 0.29% | 0.75% | - |
| HSV(B) | 212.43º | 0.18% | 0.82% | - |
| XYZ | 46.72 | 49.77 | 67.47 | - |
| YUV | 186.2 | 140.87 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 189 | 209 | 0.18 | 0.10 | 0 | 0.18 | 212.43 | 0.29 | 0.75 |
| Hex | AC | BD | D1 | 12 | A | 0 | 12 | D4 | 1D | 4B |
| Octal | 254 | 275 | 321 | 22 | 12 | 0 | 22 | 324 | 35 | 113 |
| Binary | 10101100 | 10111101 | 11010001 | 10010 | 1010 | 0 | 10010 | 11010100 | 11101 | 1001011 |
Color Harmonies of #ACBDD1
Complementary color
Monochromatic Colors of #ACBDD1
Black with #ACBDD1
Text Example
Text Example
White with #ACBDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBDD1; }
p { color: rgb(172,189,209); }
H1.HeaderClassName
{
color: #ACBDD1;
}
.AnyTagClassName
{
color: #ACBDD1;
}
</style>
background-color css
<style>
a { background-color: #ACBDD1; }
a { background-color: rgb(172,189,209); }
div.DivClassName
{
background-color: #ACBDD1;
}
.BgClassName
{
background-color: #ACBDD1;
}
</style>
border-color css
<style>
span { border-color: #ACBDD1; }
span { border-color: rgb(172,189,209); }
td.TdClassName
{
border-color: #ACBDD1;
}
.TagClassName
{
border-color: #ACBDD1;
}
</style>