#ACBDCE

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

Shades of Spindle #ACBDCE

Tints of Spindle #ACBDCE

Color information

#ACBDCE (or 0xACBDCE) is unknown color: approx Spindle. HEX triplet: AC, BD and CE. RGB value is (172,189,206). Sum of RGB (Red+Green+Blue) = 172+189+206=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 206 - color contains mainly: blue. Hex color #ACBDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDCE is #534231. Grayscale: #B9B9B9. Windows color (decimal): -5456434 or 13548972. OLE color: 13548972.

HSL color Cylindrical-coordinate representation of color #ACBDCE: hue angle of 210º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACBDCE is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172189206-
CMYK0.170.0800.19
HSL210º25.76%74.12%-
HSV(B)210º16.5%80.78%-
XYZ46.3549.6265.53-
YUV185.86139.37118.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.34%
GREEN value IS 189 (74.22% from 255) = 33.33%
BLUE value IS 206 (80.86% from 255) = 36.33%
R=30.34%
G=33.33%
B=36.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721892060.170.0800.1921025.7674.12
HexACBDCE118013d21a4a
Octal254275316211002332232112
Binary10101100101111011100111010001100001001111010010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDCE; }

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

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

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

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

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

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

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

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