Html Css Color HEX #ACADBE Echo Blue

📋 copy color: '#ACADBE'

red 172 ◦ green 173 ◦ blue 190

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

Shades of Echo Blue #ACADBE

Tints of Echo Blue #ACADBE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.34%

 BLUE value IS 190 (74.61% from 255) = 35.51%

R = 32.15%
G = 32.34%
B = 35.51%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ACADBE (or 0xACADBE) is known color: Echo Blue. HEX triplet: AC, AD and BE. RGB value is (172,173,190). Sum of RGB (Red+Green+Blue) = 172+173+190=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 190 - color contains mainly: blue. Hex color #ACADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADBE is #535241. Grayscale: #AEAEAE. Windows color (decimal): -5460546 or 12496300. OLE color: 12496300.

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

Color convert

RGB 172 173 190 -
CMYK 0.09 0.09 0 0.25
HSL 236.67º 0.12% 0.71% -
HSV(B) 236.67º 0.09% 0.75% -
XYZ 41.25 42.38 54.72 -
YUV 174.64 136.67 126.12 -
System Red Green Blue C M Y K H S L
Decimal 172 173 190 0.09 0.09 0 0.25 236.67 0.12 0.71
Hex AC AD BE 9 9 0 19 ED C 47
Octal 254 255 276 11 11 0 31 355 14 107
Binary 10101100 10101101 10111110 1001 1001 0 11001 11101101 1100 1000111

Color Harmonies of #ACADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACADBE

Black with #ACADBE

Text Example


Text Example

White with #ACADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACADBE; }

 p { color: rgb(172,173,190); }

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

background-color css

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

 a { background-color: rgb(172,173,190); }

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

border-color css

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

 span { border-color: rgb(172,173,190); }

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