Html Css Color HEX #ACB0BF Echo Blue

📋 copy color: '#ACB0BF'

red 172 ◦ green 176 ◦ blue 191

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

Shades of Echo Blue #ACB0BF

Tints of Echo Blue #ACB0BF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.65%

 BLUE value IS 191 (75% from 255) = 35.44%

R = 31.91%
G = 32.65%
B = 35.44%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ACB0BF (or 0xACB0BF) is known color: Echo Blue. HEX triplet: AC, B0 and BF. RGB value is (172,176,191). Sum of RGB (Red+Green+Blue) = 172+176+191=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 191 - color contains mainly: blue. Hex color #ACB0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB0BF is #534F40. Grayscale: #B0B0B0. Windows color (decimal): -5459777 or 12562604. OLE color: 12562604.

HSL color Cylindrical-coordinate representation of color #ACB0BF: hue angle of 227.37º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACB0BF is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 176 191 -
CMYK 0.10 0.08 0 0.25
HSL 227.37º 0.13% 0.71% -
HSV(B) 227.37º 0.1% 0.75% -
XYZ 41.94 43.58 55.49 -
YUV 176.51 136.17 124.78 -
System Red Green Blue C M Y K H S L
Decimal 172 176 191 0.10 0.08 0 0.25 227.37 0.13 0.71
Hex AC B0 BF A 8 0 19 E3 D 47
Octal 254 260 277 12 10 0 31 343 15 107
Binary 10101100 10110000 10111111 1010 1000 0 11001 11100011 1101 1000111

Color Harmonies of #ACB0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB0BF

Black with #ACB0BF

Text Example


Text Example

White with #ACB0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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