#ACBACF

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

Shades of Spindle #ACBACF

Tints of Spindle #ACBACF

Color information

#ACBACF (or 0xACBACF) is unknown color: approx Spindle. HEX triplet: AC, BA and CF. RGB value is (172,186,207). Sum of RGB (Red+Green+Blue) = 172+186+207=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACBACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBACF is #534530. Grayscale: #B8B8B8. Windows color (decimal): -5457201 or 13613740. OLE color: 13613740.

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

Color convert

RGB172186207-
CMYK0.170.1000.19
HSL216º26.72%74.31%-
HSV(B)216º16.91%81.18%-
XYZ45.8348.3965.96-
YUV184.21140.86119.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.44%
GREEN value IS 186 (73.05% from 255) = 32.92%
BLUE value IS 207 (81.25% from 255) = 36.64%
R=30.44%
G=32.92%
B=36.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721862070.170.1000.1921626.7274.31
HexACBACF11A013d81b4a
Octal254272317211202333033112
Binary10101100101110101100111110001101001001111011000110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBACF; }

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

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

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

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

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

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

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

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