Shades of Spindle #ACBFD5
Tints of Spindle #ACBFD5
RGB
CMYK
RGB Variations
Color information
#ACBFD5 (or 0xACBFD5) is known color: Spindle. HEX triplet: AC, BF and D5. RGB value is (172,191,213). Sum of RGB (Red+Green+Blue) = 172+191+213=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 213 (83.59% from 255 or 36.98% from 576); Max value from RGB is 213 - color contains mainly: blue. Hex color #ACBFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBFD5 is #53402A. Grayscale: #BBBBBB. Windows color (decimal): -5455915 or 14008236. OLE color: 14008236.
HSL color Cylindrical-coordinate representation of color #ACBFD5: hue angle of 212.2º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACBFD5 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 172 | 191 | 213 | - |
CMYK | 0.19 | 0.10 | 0 | 0.16 |
HSL | 212.2º | 0.33% | 0.75% | - |
HSV(B) | 212.2º | 0.19% | 0.84% | - |
XYZ | 47.65 | 50.84 | 70.25 | - |
YUV | 187.83 | 142.21 | 116.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 191 | 213 | 0.19 | 0.10 | 0 | 0.16 | 212.2 | 0.33 | 0.75 |
Hex | AC | BF | D5 | 13 | A | 0 | 10 | D4 | 21 | 4B |
Octal | 254 | 277 | 325 | 23 | 12 | 0 | 20 | 324 | 41 | 113 |
Binary | 10101100 | 10111111 | 11010101 | 10011 | 1010 | 0 | 10000 | 11010100 | 100001 | 1001011 |
Color Harmonies of #ACBFD5
Complementary color
Monochromatic Colors of #ACBFD5
Black with #ACBFD5
Text Example
Text Example
White with #ACBFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBFD5; }
p { color: rgb(172,191,213); }
H1.HeaderClassName
{
color: #ACBFD5;
}
.AnyTagClassName
{
color: #ACBFD5;
}
</style>
background-color css
<style>
a { background-color: #ACBFD5; }
a { background-color: rgb(172,191,213); }
div.DivClassName
{
background-color: #ACBFD5;
}
.BgClassName
{
background-color: #ACBFD5;
}
</style>
border-color css
<style>
span { border-color: #ACBFD5; }
span { border-color: rgb(172,191,213); }
td.TdClassName
{
border-color: #ACBFD5;
}
.TagClassName
{
border-color: #ACBFD5;
}
</style>