#ACBACC

Color #ACBACC Spindle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spindle #ACBACC

Tints of Spindle #ACBACC

Color information

#ACBACC (or 0xACBACC) is unknown color: approx Spindle. HEX triplet: AC, BA and CC. RGB value is (172,186,204). Sum of RGB (Red+Green+Blue) = 172+186+204=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACBACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBACC is #534533. Grayscale: #B7B7B7. Windows color (decimal): -5457204 or 13417132. OLE color: 13417132.

HSL color Cylindrical-coordinate representation of color #ACBACC: hue angle of 213.75º degrees, saturation: 0.24, 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 #ACBACC is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB172186204-
CMYK0.160.0900.2
HSL213.75º23.88%73.73%-
HSV(B)213.75º15.69%80%-
XYZ45.4748.2564.04-
YUV183.87139.36119.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 30.60%
GREEN value IS 186 (73.05% from 255) = 33.10%
BLUE value IS 204 (80.08% from 255) = 36.30%
R=30.60%
G=33.10%
B=36.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1721862040.160.0900.2213.7523.8873.73
HexACBACC109014d6184a
Octal254272314201102432630112
Binary10101100101110101100110010000100101010011010110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBACC; }

 p { color: rgb(172,186,204); }

 H1.HeaderClassName
 {
   color: #ACBACC;
 }
 .AnyTagClassName
 {
   color: #ACBACC;
 }
</style>
background-color css

<style>
 a { background-color: #ACBACC; }

 a { background-color: rgb(172,186,204); }

 div.DivClassName
 {
   background-color: #ACBACC;
 }
 .BgClassName
 {
   background-color: #ACBACC;
 }
</style>
border-color css

<style>
 span { border-color: #ACBACC; }

 span { border-color: rgb(172,186,204); }

 td.TdClassName
 {
   border-color: #ACBACC;
 }
 .TagClassName
 {
   border-color: #ACBACC;
 }
</style>