#ACBACD

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

Shades of Spindle #ACBACD

Tints of Spindle #ACBACD

Color information

#ACBACD (or 0xACBACD) is unknown color: approx Spindle. HEX triplet: AC, BA and CD. RGB value is (172,186,205). Sum of RGB (Red+Green+Blue) = 172+186+205=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACBACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBACD is #534532. Grayscale: #B7B7B7. Windows color (decimal): -5457203 or 13482668. OLE color: 13482668.

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

Color convert

RGB172186205-
CMYK0.160.0900.20
HSL214.55º24.81%73.92%-
HSV(B)214.55º16.1%80.39%-
XYZ45.5948.364.68-
YUV183.98139.86119.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.55%
GREEN value IS 186 (73.05% from 255) = 33.04%
BLUE value IS 205 (80.47% from 255) = 36.41%
R=30.55%
G=33.04%
B=36.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721862050.160.0900.20214.5524.8173.92
HexACBACD109014d7194a
Octal254272315201102432731112
Binary10101100101110101100110110000100101010011010111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBACD; }

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

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

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

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

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

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

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

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