Html Css Color HEX #ACB0CB Echo Blue

📋 copy color: '#ACB0CB'

red 172 ◦ green 176 ◦ blue 203

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

Shades of Echo Blue #ACB0CB

Tints of Echo Blue #ACB0CB

RGB

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

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

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

R = 31.22%
G = 31.94%
B = 36.84%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ACB0CB (or 0xACB0CB) is known color: Echo Blue. HEX triplet: AC, B0 and CB. RGB value is (172,176,203). Sum of RGB (Red+Green+Blue) = 172+176+203=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACB0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB0CB is #534F34. Grayscale: #B1B1B1. Windows color (decimal): -5459765 or 13349036. OLE color: 13349036.

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

Color convert

RGB 172 176 203 -
CMYK 0.15 0.13 0 0.20
HSL 232.26º 0.23% 0.74% -
HSV(B) 232.26º 0.15% 0.8% -
XYZ 43.32 44.13 62.74 -
YUV 177.88 142.17 123.8 -
System Red Green Blue C M Y K H S L
Decimal 172 176 203 0.15 0.13 0 0.20 232.26 0.23 0.74
Hex AC B0 CB F D 0 14 E8 17 4A
Octal 254 260 313 17 15 0 24 350 27 112
Binary 10101100 10110000 11001011 1111 1101 0 10100 11101000 10111 1001010

Color Harmonies of #ACB0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB0CB

Black with #ACB0CB

Text Example


Text Example

White with #ACB0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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