#ABAEB1

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

Shades of Mischka #ABAEB1

Tints of Mischka #ABAEB1

Color information

#ABAEB1 (or 0xABAEB1) is unknown color: approx Mischka. HEX triplet: AB, AE and B1. RGB value is (171,174,177). Sum of RGB (Red+Green+Blue) = 171+174+177=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 177 (69.53% from 255 or 33.91% from 522); Max value from RGB is 177 - color contains mainly: blue. Hex color #ABAEB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAEB1 is #54514E. Grayscale: #ADADAD. Windows color (decimal): -5525839 or 11644587. OLE color: 11644587.

HSL color Cylindrical-coordinate representation of color #ABAEB1: hue angle of 210º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ABAEB1 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB171174177-
CMYK0.030.0200.31
HSL210º3.7%68.24%-
HSV(B)210º3.39%69.41%-
XYZ39.8742.147.62-
YUV173.44130.01126.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.76%
GREEN value IS 174 (68.36% from 255) = 33.33%
BLUE value IS 177 (69.53% from 255) = 33.91%
R=32.76%
G=33.33%
B=33.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711741770.030.0200.312103.768.24
HexABAEB13201Fd2444
Octal253256261320373224104
Binary1010101110101110101100011110011111110100101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAEB1; }

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

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

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

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

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

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

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

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