Shades of Spindle #ACBCCD
Tints of Spindle #ACBCCD
RGB
CMYK
RGB Variations
Color information
#ACBCCD (or 0xACBCCD) is known color: Spindle. HEX triplet: AC, BC and CD. RGB value is (172,188,205). Sum of RGB (Red+Green+Blue) = 172+188+205=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACBCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBCCD is #534332. Grayscale: #B9B9B9. Windows color (decimal): -5456691 or 13483180. OLE color: 13483180.
HSL color Cylindrical-coordinate representation of color #ACBCCD: hue angle of 210.91º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACBCCD is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 188 | 205 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.20 |
| HSL | 210.91º | 0.25% | 0.74% | - |
| HSV(B) | 210.91º | 0.16% | 0.8% | - |
| XYZ | 46.02 | 49.14 | 64.82 | - |
| YUV | 185.15 | 139.2 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 205 | 0.16 | 0.08 | 0 | 0.20 | 210.91 | 0.25 | 0.74 |
| Hex | AC | BC | CD | 10 | 8 | 0 | 14 | D3 | 19 | 4A |
| Octal | 254 | 274 | 315 | 20 | 10 | 0 | 24 | 323 | 31 | 112 |
| Binary | 10101100 | 10111100 | 11001101 | 10000 | 1000 | 0 | 10100 | 11010011 | 11001 | 1001010 |
Color Harmonies of #ACBCCD
Complementary color
Monochromatic Colors of #ACBCCD
Black with #ACBCCD
Text Example
Text Example
White with #ACBCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBCCD; }
p { color: rgb(172,188,205); }
H1.HeaderClassName
{
color: #ACBCCD;
}
.AnyTagClassName
{
color: #ACBCCD;
}
</style>
background-color css
<style>
a { background-color: #ACBCCD; }
a { background-color: rgb(172,188,205); }
div.DivClassName
{
background-color: #ACBCCD;
}
.BgClassName
{
background-color: #ACBCCD;
}
</style>
border-color css
<style>
span { border-color: #ACBCCD; }
span { border-color: rgb(172,188,205); }
td.TdClassName
{
border-color: #ACBCCD;
}
.TagClassName
{
border-color: #ACBCCD;
}
</style>