#ABAEB5

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

Shades of Mischka #ABAEB5

Tints of Mischka #ABAEB5

Color information

#ABAEB5 (or 0xABAEB5) is unknown color: approx Mischka. HEX triplet: AB, AE and B5. RGB value is (171,174,181). Sum of RGB (Red+Green+Blue) = 171+174+181=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 181 - color contains mainly: blue. Hex color #ABAEB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAEB5 is #54514A. Grayscale: #ADADAD. Windows color (decimal): -5525835 or 11906731. OLE color: 11906731.

HSL color Cylindrical-coordinate representation of color #ABAEB5: hue angle of 222º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ABAEB5 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB171174181-
CMYK0.060.0400.29
HSL222º6.33%69.02%-
HSV(B)222º5.52%70.98%-
XYZ40.2742.2749.75-
YUV173.9132.01125.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.51%
GREEN value IS 174 (68.36% from 255) = 33.08%
BLUE value IS 181 (71.09% from 255) = 34.41%
R=32.51%
G=33.08%
B=34.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711741810.060.0400.292226.3369.02
HexABAEB56401Dde645
Octal253256265640353366105
Binary101010111010111010110101110100011101110111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAEB5; }

 p { color: rgb(171,174,181); }

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

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

 a { background-color: rgb(171,174,181); }

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

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

 span { border-color: rgb(171,174,181); }

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