#ACBDCC

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

Shades of Spindle #ACBDCC

Tints of Spindle #ACBDCC

Color information

#ACBDCC (or 0xACBDCC) is unknown color: approx Spindle. HEX triplet: AC, BD and CC. RGB value is (172,189,204). Sum of RGB (Red+Green+Blue) = 172+189+204=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACBDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDCC is #534233. Grayscale: #B9B9B9. Windows color (decimal): -5456436 or 13417900. OLE color: 13417900.

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

Color convert

RGB172189204-
CMYK0.160.0700.2
HSL208.12º23.88%73.73%-
HSV(B)208.12º15.69%80%-
XYZ46.1149.5364.26-
YUV185.63138.37118.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.44%
GREEN value IS 189 (74.22% from 255) = 33.45%
BLUE value IS 204 (80.08% from 255) = 36.11%
R=30.44%
G=33.45%
B=36.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1721892040.160.0700.2208.1223.8873.73
HexACBDCC107014d0184a
Octal25427531420702432030112
Binary1010110010111101110011001000011101010011010000110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDCC; }

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

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

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

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

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

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

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

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