Shades of Spindle #ACBBCB
Tints of Spindle #ACBBCB
RGB
CMYK
RGB Variations
Color information
#ACBBCB (or 0xACBBCB) is known color: Spindle. HEX triplet: AC, BB and CB. RGB value is (172,187,203). Sum of RGB (Red+Green+Blue) = 172+187+203=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACBBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBBCB is #534434. Grayscale: #B8B8B8. Windows color (decimal): -5456949 or 13351852. OLE color: 13351852.
HSL color Cylindrical-coordinate representation of color #ACBBCB: hue angle of 210.97º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACBBCB is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 172 | 187 | 203 | - |
CMYK | 0.15 | 0.08 | 0 | 0.20 |
HSL | 210.97º | 0.23% | 0.74% | - |
HSV(B) | 210.97º | 0.15% | 0.8% | - |
XYZ | 45.56 | 48.62 | 63.48 | - |
YUV | 184.34 | 138.53 | 119.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 187 | 203 | 0.15 | 0.08 | 0 | 0.20 | 210.97 | 0.23 | 0.74 |
Hex | AC | BB | CB | F | 8 | 0 | 14 | D3 | 17 | 4A |
Octal | 254 | 273 | 313 | 17 | 10 | 0 | 24 | 323 | 27 | 112 |
Binary | 10101100 | 10111011 | 11001011 | 1111 | 1000 | 0 | 10100 | 11010011 | 10111 | 1001010 |
Color Harmonies of #ACBBCB
Complementary color
Monochromatic Colors of #ACBBCB
Black with #ACBBCB
Text Example
Text Example
White with #ACBBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBBCB; }
p { color: rgb(172,187,203); }
H1.HeaderClassName
{
color: #ACBBCB;
}
.AnyTagClassName
{
color: #ACBBCB;
}
</style>
background-color css
<style>
a { background-color: #ACBBCB; }
a { background-color: rgb(172,187,203); }
div.DivClassName
{
background-color: #ACBBCB;
}
.BgClassName
{
background-color: #ACBBCB;
}
</style>
border-color css
<style>
span { border-color: #ACBBCB; }
span { border-color: rgb(172,187,203); }
td.TdClassName
{
border-color: #ACBBCB;
}
.TagClassName
{
border-color: #ACBBCB;
}
</style>