#ACBAD3

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

Shades of Spindle #ACBAD3

Tints of Spindle #ACBAD3

Color information

#ACBAD3 (or 0xACBAD3) is unknown color: approx Spindle. HEX triplet: AC, BA and D3. RGB value is (172,186,211). Sum of RGB (Red+Green+Blue) = 172+186+211=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 211 (82.81% from 255 or 37.08% from 569); Max value from RGB is 211 - color contains mainly: blue. Hex color #ACBAD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBAD3 is #53452C. Grayscale: #B8B8B8. Windows color (decimal): -5457197 or 13875884. OLE color: 13875884.

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

Color convert

RGB172186211-
CMYK0.180.1200.17
HSL218.46º30.71%75.1%-
HSV(B)218.46º18.48%82.75%-
XYZ46.3348.5968.57-
YUV184.66142.86118.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.23%
GREEN value IS 186 (73.05% from 255) = 32.69%
BLUE value IS 211 (82.81% from 255) = 37.08%
R=30.23%
G=32.69%
B=37.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1721862110.180.1200.17218.4630.7175.1
HexACBAD312C011da1f4b
Octal254272323221402133237113
Binary10101100101110101101001110010110001000111011010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBAD3; }

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

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

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

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

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

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

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

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