#ABAEB6

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

Shades of Mischka #ABAEB6

Tints of Mischka #ABAEB6

Color information

#ABAEB6 (or 0xABAEB6) is unknown color: approx Mischka. HEX triplet: AB, AE and B6. RGB value is (171,174,182). Sum of RGB (Red+Green+Blue) = 171+174+182=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 182 - color contains mainly: blue. Hex color #ABAEB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAEB6 is #545149. Grayscale: #ADADAD. Windows color (decimal): -5525834 or 11972267. OLE color: 11972267.

HSL color Cylindrical-coordinate representation of color #ABAEB6: hue angle of 223.64º degrees, saturation: 0.07, 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 #ABAEB6 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB171174182-
CMYK0.060.0400.29
HSL223.64º7.01%69.22%-
HSV(B)223.64º6.04%71.37%-
XYZ40.3742.3150.29-
YUV174.02132.51125.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.45%
GREEN value IS 174 (68.36% from 255) = 33.02%
BLUE value IS 182 (71.48% from 255) = 34.54%
R=32.45%
G=33.02%
B=34.54%

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
Decimal1711741820.060.0400.29223.647.0169.22
HexABAEB66401De0745
Octal253256266640353407105
Binary101010111010111010110110110100011101111000001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAEB6; }

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

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

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

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

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

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

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

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