#ACBCCB

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

Shades of Spindle #ACBCCB

Tints of Spindle #ACBCCB

Color information

#ACBCCB (or 0xACBCCB) is unknown color: approx Spindle. HEX triplet: AC, BC and CB. RGB value is (172,188,203). Sum of RGB (Red+Green+Blue) = 172+188+203=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACBCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBCCB is #534334. Grayscale: #B8B8B8. Windows color (decimal): -5456693 or 13352108. OLE color: 13352108.

HSL color Cylindrical-coordinate representation of color #ACBCCB: hue angle of 209.03º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACBCCB is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB172188203-
CMYK0.150.0700.20
HSL209.03º22.96%73.53%-
HSV(B)209.03º15.27%79.61%-
XYZ45.7849.0563.55-
YUV184.93138.2118.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.55%
GREEN value IS 188 (73.83% from 255) = 33.39%
BLUE value IS 203 (79.69% from 255) = 36.06%
R=30.55%
G=33.39%
B=36.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721882030.150.0700.20209.0322.9673.53
HexACBCCBF7014d1174a
Octal25427431317702432127112
Binary101011001011110011001011111111101010011010001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBCCB; }

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

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

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

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

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

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

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

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