Html Css Color HEX #ACB2C6 Echo Blue

📋 copy color: '#ACB2C6'

red 172 ◦ green 178 ◦ blue 198

#ACB2C6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Echo Blue #ACB2C6

Tints of Echo Blue #ACB2C6

RGB

 RED value IS 172 (67.58% from 255) = 31.39%

 GREEN value IS 178 (69.92% from 255) = 32.48%

 BLUE value IS 198 (77.73% from 255) = 36.13%

R = 31.39%
G = 32.48%
B = 36.13%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#ACB2C6 (or 0xACB2C6) is known color: Echo Blue. HEX triplet: AC, B2 and C6. RGB value is (172,178,198). Sum of RGB (Red+Green+Blue) = 172+178+198=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 178 (69.92% from 255 or 32.48% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 198 - color contains mainly: blue. Hex color #ACB2C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB2C6 is #534D39. Grayscale: #B2B2B2. Windows color (decimal): -5459258 or 13021868. OLE color: 13021868.

HSL color Cylindrical-coordinate representation of color #ACB2C6: hue angle of 226.15º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACB2C6 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 178 198 -
CMYK 0.13 0.10 0 0.22
HSL 226.15º 0.19% 0.73% -
HSV(B) 226.15º 0.13% 0.78% -
XYZ 43.13 44.69 59.78 -
YUV 178.49 139.01 123.37 -
System Red Green Blue C M Y K H S L
Decimal 172 178 198 0.13 0.10 0 0.22 226.15 0.19 0.73
Hex AC B2 C6 D A 0 16 E2 13 49
Octal 254 262 306 15 12 0 26 342 23 111
Binary 10101100 10110010 11000110 1101 1010 0 10110 11100010 10011 1001001

Color Harmonies of #ACB2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB2C6

Black with #ACB2C6

Text Example


Text Example

White with #ACB2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB2C6; }

 p { color: rgb(172,178,198); }

 H1.HeaderClassName
 {
   color: #ACB2C6;
 }
 .AnyTagClassName
 {
   color: #ACB2C6;
 }
</style>

background-color css

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

 a { background-color: rgb(172,178,198); }

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

border-color css

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

 span { border-color: rgb(172,178,198); }

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