#ACBAD4

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

Shades of Spindle #ACBAD4

Tints of Spindle #ACBAD4

Color information

#ACBAD4 (or 0xACBAD4) is unknown color: approx Spindle. HEX triplet: AC, BA and D4. RGB value is (172,186,212). Sum of RGB (Red+Green+Blue) = 172+186+212=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 212 (83.20% from 255 or 37.19% from 570); Max value from RGB is 212 - color contains mainly: blue. Hex color #ACBAD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBAD4 is #53452B. Grayscale: #B8B8B8. Windows color (decimal): -5457196 or 13941420. OLE color: 13941420.

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

Color convert

RGB172186212-
CMYK0.190.1200.17
HSL219º31.75%75.29%-
HSV(B)219º18.87%83.14%-
XYZ46.4648.6469.23-
YUV184.78143.36118.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.18%
GREEN value IS 186 (73.05% from 255) = 32.63%
BLUE value IS 212 (83.20% from 255) = 37.19%
R=30.18%
G=32.63%
B=37.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1721862120.190.1200.1721931.7575.29
HexACBAD413C011db204b
Octal254272324231402133340113
Binary101011001011101011010100100111100010001110110111000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBAD4; }

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

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

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

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

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

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

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

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