#AEB1BA

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

Shades of Mischka #AEB1BA

Tints of Mischka #AEB1BA

Color information

#AEB1BA (or 0xAEB1BA) is unknown color: approx Mischka. HEX triplet: AE, B1 and BA. RGB value is (174,177,186). Sum of RGB (Red+Green+Blue) = 174+177+186=537 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.40% from 537); Green value is 177 (69.53% from 255 or 32.96% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 186 - color contains mainly: blue. Hex color #AEB1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB1BA is #514E45. Grayscale: #B1B1B1. Windows color (decimal): -5328454 or 12235182. OLE color: 12235182.

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

Color convert

RGB174177186-
CMYK0.060.0500.27
HSL225º8%70.59%-
HSV(B)225º6.45%72.94%-
XYZ42.0443.9952.73-
YUV177.13133.01125.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.40%
GREEN value IS 177 (69.53% from 255) = 32.96%
BLUE value IS 186 (73.05% from 255) = 34.64%
R=32.40%
G=32.96%
B=34.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741771860.060.0500.27225870.59
HexAEB1BA6501Be1847
Octal2562612726503334110107
Binary1010111010110001101110101101010110111110000110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB1BA; }

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

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

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

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

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

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

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

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