#ACB0CB

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

Shades of Echo Blue #ACB0CB

Tints of Echo Blue #ACB0CB

Color information

#ACB0CB (or 0xACB0CB) is unknown color: approx Echo Blue. HEX triplet: AC, B0 and CB. RGB value is (172,176,203). Sum of RGB (Red+Green+Blue) = 172+176+203=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACB0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB0CB is #534F34. Grayscale: #B1B1B1. Windows color (decimal): -5459765 or 13349036. OLE color: 13349036.

HSL color Cylindrical-coordinate representation of color #ACB0CB: hue angle of 232.26º 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 #ACB0CB is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB172176203-
CMYK0.150.1300.20
HSL232.26º22.96%73.53%-
HSV(B)232.26º15.27%79.61%-
XYZ43.3244.1362.74-
YUV177.88142.17123.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.22%
GREEN value IS 176 (69.14% from 255) = 31.94%
BLUE value IS 203 (79.69% from 255) = 36.84%
R=31.22%
G=31.94%
B=36.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721762030.150.1300.20232.2622.9673.53
HexACB0CBFD014e8174a
Octal254260313171502435027112
Binary1010110010110000110010111111110101010011101000101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB0CB; }

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

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

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

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

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

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

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

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