Html Css Color HEX #ACB1C2 Echo Blue

📋 copy color: '#ACB1C2'

red 172 ◦ green 177 ◦ blue 194

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

Shades of Echo Blue #ACB1C2

Tints of Echo Blue #ACB1C2

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.6%

 BLUE value IS 194 (76.17% from 255) = 35.73%

R = 31.68%
G = 32.6%
B = 35.73%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ACB1C2 (or 0xACB1C2) is known color: Echo Blue. HEX triplet: AC, B1 and C2. RGB value is (172,177,194). Sum of RGB (Red+Green+Blue) = 172+177+194=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 177 (69.53% from 255 or 32.60% from 543); Blue value is 194 (76.17% from 255 or 35.73% from 543); Max value from RGB is 194 - color contains mainly: blue. Hex color #ACB1C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB1C2 is #534E3D. Grayscale: #B1B1B1. Windows color (decimal): -5459518 or 12759468. OLE color: 12759468.

HSL color Cylindrical-coordinate representation of color #ACB1C2: hue angle of 226.36º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACB1C2 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 177 194 -
CMYK 0.11 0.09 0 0.24
HSL 226.36º 0.15% 0.72% -
HSV(B) 226.36º 0.11% 0.76% -
XYZ 42.47 44.11 57.31 -
YUV 177.44 137.34 124.12 -
System Red Green Blue C M Y K H S L
Decimal 172 177 194 0.11 0.09 0 0.24 226.36 0.15 0.72
Hex AC B1 C2 B 9 0 18 E2 F 48
Octal 254 261 302 13 11 0 30 342 17 110
Binary 10101100 10110001 11000010 1011 1001 0 11000 11100010 1111 1001000

Color Harmonies of #ACB1C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB1C2

Black with #ACB1C2

Text Example


Text Example

White with #ACB1C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB1C2; }

 p { color: rgb(172,177,194); }

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

background-color css

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

 a { background-color: rgb(172,177,194); }

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

border-color css

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

 span { border-color: rgb(172,177,194); }

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