#ACBCCE

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

Shades of Spindle #ACBCCE

Tints of Spindle #ACBCCE

Color information

#ACBCCE (or 0xACBCCE) is unknown color: approx Spindle. HEX triplet: AC, BC and CE. RGB value is (172,188,206). Sum of RGB (Red+Green+Blue) = 172+188+206=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 206 - color contains mainly: blue. Hex color #ACBCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBCCE is #534331. Grayscale: #B9B9B9. Windows color (decimal): -5456690 or 13548716. OLE color: 13548716.

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

Color convert

RGB172188206-
CMYK0.170.0900.19
HSL211.76º25.76%74.12%-
HSV(B)211.76º16.5%80.78%-
XYZ46.1449.1965.46-
YUV185.27139.7118.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.39%
GREEN value IS 188 (73.83% from 255) = 33.22%
BLUE value IS 206 (80.86% from 255) = 36.40%
R=30.39%
G=33.22%
B=36.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721882060.170.0900.19211.7625.7674.12
HexACBCCE119013d41a4a
Octal254274316211102332432112
Binary10101100101111001100111010001100101001111010100110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBCCE; }

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

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

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

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

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

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

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

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