#AEB0BA

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

Shades of Mischka #AEB0BA

Tints of Mischka #AEB0BA

Color information

#AEB0BA (or 0xAEB0BA) is unknown color: approx Mischka. HEX triplet: AE, B0 and BA. RGB value is (174,176,186). Sum of RGB (Red+Green+Blue) = 174+176+186=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 186 - color contains mainly: blue. Hex color #AEB0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB0BA is #514F45. Grayscale: #B0B0B0. Windows color (decimal): -5328710 or 12234926. OLE color: 12234926.

HSL color Cylindrical-coordinate representation of color #AEB0BA: hue angle of 230º 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 #AEB0BA is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174176186-
CMYK0.060.0500.27
HSL230º8%70.59%-
HSV(B)230º6.45%72.94%-
XYZ41.8443.5952.66-
YUV176.54133.34126.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.46%
GREEN value IS 176 (69.14% from 255) = 32.84%
BLUE value IS 186 (73.05% from 255) = 34.70%
R=32.46%
G=32.84%
B=34.70%

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
Decimal1741761860.060.0500.27230870.59
HexAEB0BA6501Be6847
Octal2562602726503334610107
Binary1010111010110000101110101101010110111110011010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB0BA; }

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

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

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

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

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

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

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

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