#AEB1BC

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

Shades of Mischka #AEB1BC

Tints of Mischka #AEB1BC

Color information

#AEB1BC (or 0xAEB1BC) is unknown color: approx Mischka. HEX triplet: AE, B1 and BC. RGB value is (174,177,188). Sum of RGB (Red+Green+Blue) = 174+177+188=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 188 - color contains mainly: blue. Hex color #AEB1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB1BC is #514E43. Grayscale: #B1B1B1. Windows color (decimal): -5328452 or 12366254. OLE color: 12366254.

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

Color convert

RGB174177188-
CMYK0.070.0600.26
HSL227.14º9.46%70.98%-
HSV(B)227.14º7.45%73.73%-
XYZ42.2544.0753.86-
YUV177.36134.01125.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.28%
GREEN value IS 177 (69.53% from 255) = 32.84%
BLUE value IS 188 (73.83% from 255) = 34.88%
R=32.28%
G=32.84%
B=34.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741771880.070.0600.26227.149.4670.98
HexAEB1BC7601Ae3947
Octal2562612747603234311107
Binary1010111010110001101111001111100110101110001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB1BC; }

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

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

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

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

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

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

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

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