#ACBCCD

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

Shades of Spindle #ACBCCD

Tints of Spindle #ACBCCD

Color information

#ACBCCD (or 0xACBCCD) is unknown color: approx Spindle. HEX triplet: AC, BC and CD. RGB value is (172,188,205). Sum of RGB (Red+Green+Blue) = 172+188+205=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACBCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBCCD is #534332. Grayscale: #B9B9B9. Windows color (decimal): -5456691 or 13483180. OLE color: 13483180.

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

Color convert

RGB172188205-
CMYK0.160.0800.20
HSL210.91º24.81%73.92%-
HSV(B)210.91º16.1%80.39%-
XYZ46.0249.1464.82-
YUV185.15139.2118.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.44%
GREEN value IS 188 (73.83% from 255) = 33.27%
BLUE value IS 205 (80.47% from 255) = 36.28%
R=30.44%
G=33.27%
B=36.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721882050.160.0800.20210.9124.8173.92
HexACBCCD108014d3194a
Octal254274315201002432331112
Binary10101100101111001100110110000100001010011010011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBCCD; }

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

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

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

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

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

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

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

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