Shades of Spindle #ACBBCD
Tints of Spindle #ACBBCD
RGB
CMYK
RGB Variations
Color information
#ACBBCD (or 0xACBBCD) is known color: Spindle. HEX triplet: AC, BB and CD. RGB value is (172,187,205). Sum of RGB (Red+Green+Blue) = 172+187+205=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACBBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBBCD is #534432. Grayscale: #B8B8B8. Windows color (decimal): -5456947 or 13482924. OLE color: 13482924.
HSL color Cylindrical-coordinate representation of color #ACBBCD: hue angle of 212.73º 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 #ACBBCD is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 187 | 205 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.20 |
| HSL | 212.73º | 0.25% | 0.74% | - |
| HSV(B) | 212.73º | 0.16% | 0.8% | - |
| XYZ | 45.8 | 48.72 | 64.75 | - |
| YUV | 184.57 | 139.53 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 187 | 205 | 0.16 | 0.09 | 0 | 0.20 | 212.73 | 0.25 | 0.74 |
| Hex | AC | BB | CD | 10 | 9 | 0 | 14 | D5 | 19 | 4A |
| Octal | 254 | 273 | 315 | 20 | 11 | 0 | 24 | 325 | 31 | 112 |
| Binary | 10101100 | 10111011 | 11001101 | 10000 | 1001 | 0 | 10100 | 11010101 | 11001 | 1001010 |
Color Harmonies of #ACBBCD
Complementary color
Monochromatic Colors of #ACBBCD
Black with #ACBBCD
Text Example
Text Example
White with #ACBBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBBCD; }
p { color: rgb(172,187,205); }
H1.HeaderClassName
{
color: #ACBBCD;
}
.AnyTagClassName
{
color: #ACBBCD;
}
</style>
background-color css
<style>
a { background-color: #ACBBCD; }
a { background-color: rgb(172,187,205); }
div.DivClassName
{
background-color: #ACBBCD;
}
.BgClassName
{
background-color: #ACBBCD;
}
</style>
border-color css
<style>
span { border-color: #ACBBCD; }
span { border-color: rgb(172,187,205); }
td.TdClassName
{
border-color: #ACBBCD;
}
.TagClassName
{
border-color: #ACBBCD;
}
</style>