#ABAEB9

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

Shades of Mischka #ABAEB9

Tints of Mischka #ABAEB9

Color information

#ABAEB9 (or 0xABAEB9) is unknown color: approx Mischka. HEX triplet: AB, AE and B9. RGB value is (171,174,185). Sum of RGB (Red+Green+Blue) = 171+174+185=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 174 (68.36% from 255 or 32.83% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 185 - color contains mainly: blue. Hex color #ABAEB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAEB9 is #545146. Grayscale: #AEAEAE. Windows color (decimal): -5525831 or 12168875. OLE color: 12168875.

HSL color Cylindrical-coordinate representation of color #ABAEB9: hue angle of 227.14º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ABAEB9 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171174185-
CMYK0.080.0600.27
HSL227.14º9.09%69.8%-
HSV(B)227.14º7.57%72.55%-
XYZ40.6942.4351.94-
YUV174.36134.01125.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.26%
GREEN value IS 174 (68.36% from 255) = 32.83%
BLUE value IS 185 (72.66% from 255) = 34.91%
R=32.26%
G=32.83%
B=34.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711741850.080.0600.27227.149.0969.8
HexABAEB98601Be3946
Octal25325627110603334311106
Binary10101011101011101011100110001100110111110001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAEB9; }

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

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

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

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

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

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

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

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