Html Css Color HEX #ACB2BF Echo Blue

📋 copy color: '#ACB2BF'

red 172 ◦ green 178 ◦ blue 191

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

Shades of Echo Blue #ACB2BF

Tints of Echo Blue #ACB2BF

RGB

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

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

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

R = 31.79%
G = 32.9%
B = 35.3%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ACB2BF (or 0xACB2BF) is known color: Echo Blue. HEX triplet: AC, B2 and BF. RGB value is (172,178,191). Sum of RGB (Red+Green+Blue) = 172+178+191=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 191 - color contains mainly: blue. Hex color #ACB2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB2BF is #534D40. Grayscale: #B1B1B1. Windows color (decimal): -5459265 or 12563116. OLE color: 12563116.

HSL color Cylindrical-coordinate representation of color #ACB2BF: hue angle of 221.05º 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 #ACB2BF is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 178 191 -
CMYK 0.10 0.07 0 0.25
HSL 221.05º 0.13% 0.71% -
HSV(B) 221.05º 0.1% 0.75% -
XYZ 42.34 44.37 55.62 -
YUV 177.69 135.51 123.94 -
System Red Green Blue C M Y K H S L
Decimal 172 178 191 0.10 0.07 0 0.25 221.05 0.13 0.71
Hex AC B2 BF A 7 0 19 DD D 47
Octal 254 262 277 12 7 0 31 335 15 107
Binary 10101100 10110010 10111111 1010 111 0 11001 11011101 1101 1000111

Color Harmonies of #ACB2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB2BF

Black with #ACB2BF

Text Example


Text Example

White with #ACB2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB2BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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