#AEB2BB

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

Shades of Mischka #AEB2BB

Tints of Mischka #AEB2BB

Color information

#AEB2BB (or 0xAEB2BB) is unknown color: approx Mischka. HEX triplet: AE, B2 and BB. RGB value is (174,178,187). Sum of RGB (Red+Green+Blue) = 174+178+187=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 178 (69.92% from 255 or 33.02% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 187 - color contains mainly: blue. Hex color #AEB2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB2BB is #514D44. Grayscale: #B1B1B1. Windows color (decimal): -5328197 or 12300974. OLE color: 12300974.

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

Color convert

RGB174178187-
CMYK0.070.0500.27
HSL221.54º8.72%70.78%-
HSV(B)221.54º6.95%73.33%-
XYZ42.3544.4353.36-
YUV177.83133.17125.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.28%
GREEN value IS 178 (69.92% from 255) = 33.02%
BLUE value IS 187 (73.44% from 255) = 34.69%
R=32.28%
G=33.02%
B=34.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741781870.070.0500.27221.548.7270.78
HexAEB2BB7501Bde947
Octal2562622737503333611107
Binary1010111010110010101110111111010110111101111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB2BB; }

 p { color: rgb(174,178,187); }

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

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

 a { background-color: rgb(174,178,187); }

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

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

 span { border-color: rgb(174,178,187); }

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