#ACBDD0

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

Shades of Spindle #ACBDD0

Tints of Spindle #ACBDD0

Color information

#ACBDD0 (or 0xACBDD0) is unknown color: approx Spindle. HEX triplet: AC, BD and D0. RGB value is (172,189,208). Sum of RGB (Red+Green+Blue) = 172+189+208=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 208 (81.64% from 255 or 36.56% from 569); Max value from RGB is 208 - color contains mainly: blue. Hex color #ACBDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDD0 is #53422F. Grayscale: #B9B9B9. Windows color (decimal): -5456432 or 13680044. OLE color: 13680044.

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

Color convert

RGB172189208-
CMYK0.170.0900.18
HSL211.67º27.69%74.51%-
HSV(B)211.67º17.31%81.57%-
XYZ46.649.7266.82-
YUV186.08140.37117.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.23%
GREEN value IS 189 (74.22% from 255) = 33.22%
BLUE value IS 208 (81.64% from 255) = 36.56%
R=30.23%
G=33.22%
B=36.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721892080.170.0900.18211.6727.6974.51
HexACBDD0119012d41c4b
Octal254275320211102232434113
Binary10101100101111011101000010001100101001011010100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDD0; }

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

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

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

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

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

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

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

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