#ABB0BF

Color #ABB0BF Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #ABB0BF

Tints of Echo Blue #ABB0BF

Color information

#ABB0BF (or 0xABB0BF) is unknown color: approx Echo Blue. HEX triplet: AB, B0 and BF. RGB value is (171,176,191). Sum of RGB (Red+Green+Blue) = 171+176+191=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 191 - color contains mainly: blue. Hex color #ABB0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB0BF is #544F40. Grayscale: #B0B0B0. Windows color (decimal): -5525313 or 12562603. OLE color: 12562603.

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

Color convert

RGB171176191-
CMYK0.100.0800.25
HSL225º13.51%70.98%-
HSV(B)225º10.47%74.9%-
XYZ41.7243.4755.48-
YUV176.22136.34124.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.78%
GREEN value IS 176 (69.14% from 255) = 32.71%
BLUE value IS 191 (75% from 255) = 35.50%
R=31.78%
G=32.71%
B=35.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711761910.100.0800.2522513.5170.98
HexABB0BFA8019e1e47
Octal253260277121003134116107
Binary101010111011000010111111101010000110011110000111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB0BF; }

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

 H1.HeaderClassName
 {
   color: #ABB0BF;
 }
 .AnyTagClassName
 {
   color: #ABB0BF;
 }
</style>
background-color css

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

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

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

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

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

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