#ACBCD0

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

Shades of Spindle #ACBCD0

Tints of Spindle #ACBCD0

Color information

#ACBCD0 (or 0xACBCD0) is unknown color: approx Spindle. HEX triplet: AC, BC and D0. RGB value is (172,188,208). Sum of RGB (Red+Green+Blue) = 172+188+208=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 208 - color contains mainly: blue. Hex color #ACBCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBCD0 is #53432F. Grayscale: #B9B9B9. Windows color (decimal): -5456688 or 13679788. OLE color: 13679788.

HSL color Cylindrical-coordinate representation of color #ACBCD0: hue angle of 213.33º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACBCD0 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172188208-
CMYK0.170.1000.18
HSL213.33º27.69%74.51%-
HSV(B)213.33º17.31%81.57%-
XYZ46.3849.2966.74-
YUV185.5140.7118.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.28%
GREEN value IS 188 (73.83% from 255) = 33.10%
BLUE value IS 208 (81.64% from 255) = 36.62%
R=30.28%
G=33.10%
B=36.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721882080.170.1000.18213.3327.6974.51
HexACBCD011A012d51c4b
Octal254274320211202232534113
Binary10101100101111001101000010001101001001011010101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBCD0; }

 p { color: rgb(172,188,208); }

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

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

 a { background-color: rgb(172,188,208); }

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

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

 span { border-color: rgb(172,188,208); }

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