Html Css Color HEX #ACB2C5 Echo Blue

📋 copy color: '#ACB2C5'

red 172 ◦ green 178 ◦ blue 197

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

Shades of Echo Blue #ACB2C5

Tints of Echo Blue #ACB2C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.01%

R = 31.44%
G = 32.54%
B = 36.01%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#ACB2C5 (or 0xACB2C5) is known color: Echo Blue. HEX triplet: AC, B2 and C5. RGB value is (172,178,197). Sum of RGB (Red+Green+Blue) = 172+178+197=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 178 (69.92% from 255 or 32.54% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 197 - color contains mainly: blue. Hex color #ACB2C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB2C5 is #534D3A. Grayscale: #B2B2B2. Windows color (decimal): -5459259 or 12956332. OLE color: 12956332.

HSL color Cylindrical-coordinate representation of color #ACB2C5: hue angle of 225.6º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACB2C5 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 178 197 -
CMYK 0.13 0.10 0 0.23
HSL 225.6º 0.18% 0.72% -
HSV(B) 225.6º 0.13% 0.77% -
XYZ 43.01 44.64 59.17 -
YUV 178.37 138.51 123.46 -
System Red Green Blue C M Y K H S L
Decimal 172 178 197 0.13 0.10 0 0.23 225.6 0.18 0.72
Hex AC B2 C5 D A 0 17 E2 12 48
Octal 254 262 305 15 12 0 27 342 22 110
Binary 10101100 10110010 11000101 1101 1010 0 10111 11100010 10010 1001000

Color Harmonies of #ACB2C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB2C5

Black with #ACB2C5

Text Example


Text Example

White with #ACB2C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB2C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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