Shades of Spindle #ACBAD4
Tints of Spindle #ACBAD4
RGB
CMYK
RGB Variations
Color information
#ACBAD4 (or 0xACBAD4) is known color: Spindle. HEX triplet: AC, BA and D4. RGB value is (172,186,212). Sum of RGB (Red+Green+Blue) = 172+186+212=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 212 (83.20% from 255 or 37.19% from 570); Max value from RGB is 212 - color contains mainly: blue. Hex color #ACBAD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBAD4 is #53452B. Grayscale: #B8B8B8. Windows color (decimal): -5457196 or 13941420. OLE color: 13941420.
HSL color Cylindrical-coordinate representation of color #ACBAD4: hue angle of 219º 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 #ACBAD4 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 172 | 186 | 212 | - |
CMYK | 0.19 | 0.12 | 0 | 0.17 |
HSL | 219º | 0.32% | 0.75% | - |
HSV(B) | 219º | 0.19% | 0.83% | - |
XYZ | 46.46 | 48.64 | 69.23 | - |
YUV | 184.78 | 143.36 | 118.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 186 | 212 | 0.19 | 0.12 | 0 | 0.17 | 219 | 0.32 | 0.75 |
Hex | AC | BA | D4 | 13 | C | 0 | 11 | DB | 20 | 4B |
Octal | 254 | 272 | 324 | 23 | 14 | 0 | 21 | 333 | 40 | 113 |
Binary | 10101100 | 10111010 | 11010100 | 10011 | 1100 | 0 | 10001 | 11011011 | 100000 | 1001011 |
Color Harmonies of #ACBAD4
Complementary color
Monochromatic Colors of #ACBAD4
Black with #ACBAD4
Text Example
Text Example
White with #ACBAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBAD4; }
p { color: rgb(172,186,212); }
H1.HeaderClassName
{
color: #ACBAD4;
}
.AnyTagClassName
{
color: #ACBAD4;
}
</style>
background-color css
<style>
a { background-color: #ACBAD4; }
a { background-color: rgb(172,186,212); }
div.DivClassName
{
background-color: #ACBAD4;
}
.BgClassName
{
background-color: #ACBAD4;
}
</style>
border-color css
<style>
span { border-color: #ACBAD4; }
span { border-color: rgb(172,186,212); }
td.TdClassName
{
border-color: #ACBAD4;
}
.TagClassName
{
border-color: #ACBAD4;
}
</style>