Html Css Color HEX #ACB2CB Echo Blue

📋 copy color: '#ACB2CB'

red 172 ◦ green 178 ◦ blue 203

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

Shades of Echo Blue #ACB2CB

Tints of Echo Blue #ACB2CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.71%

R = 31.1%
G = 32.19%
B = 36.71%

CMYK

 C value IS 0.15

 M value IS 0.12

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ACB2CB (or 0xACB2CB) is known color: Echo Blue. HEX triplet: AC, B2 and CB. RGB value is (172,178,203). Sum of RGB (Red+Green+Blue) = 172+178+203=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACB2CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB2CB is #534D34. Grayscale: #B2B2B2. Windows color (decimal): -5459253 or 13349548. OLE color: 13349548.

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

Color convert

RGB 172 178 203 -
CMYK 0.15 0.12 0 0.20
HSL 228.39º 0.23% 0.74% -
HSV(B) 228.39º 0.15% 0.8% -
XYZ 43.71 44.92 62.87 -
YUV 179.06 141.51 122.97 -
System Red Green Blue C M Y K H S L
Decimal 172 178 203 0.15 0.12 0 0.20 228.39 0.23 0.74
Hex AC B2 CB F C 0 14 E4 17 4A
Octal 254 262 313 17 14 0 24 344 27 112
Binary 10101100 10110010 11001011 1111 1100 0 10100 11100100 10111 1001010

Color Harmonies of #ACB2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB2CB

Black with #ACB2CB

Text Example


Text Example

White with #ACB2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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