#ABAEB3

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

Shades of Mischka #ABAEB3

Tints of Mischka #ABAEB3

Color information

#ABAEB3 (or 0xABAEB3) is unknown color: approx Mischka. HEX triplet: AB, AE and B3. RGB value is (171,174,179). Sum of RGB (Red+Green+Blue) = 171+174+179=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 179 - color contains mainly: blue. Hex color #ABAEB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAEB3 is #54514C. Grayscale: #ADADAD. Windows color (decimal): -5525837 or 11775659. OLE color: 11775659.

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

Color convert

RGB171174179-
CMYK0.040.0300.30
HSL217.5º5%68.63%-
HSV(B)217.5º4.47%70.2%-
XYZ40.0742.1848.68-
YUV173.67131.01126.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.63%
GREEN value IS 174 (68.36% from 255) = 33.21%
BLUE value IS 179 (70.31% from 255) = 34.16%
R=32.63%
G=33.21%
B=34.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711741790.040.0300.30217.5568.63
HexABAEB34301Ed9545
Octal253256263430363315105
Binary10101011101011101011001110011011110110110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAEB3; }

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

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

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

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

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

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

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

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