#AEB3BC

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

Shades of Mischka #AEB3BC

Tints of Mischka #AEB3BC

Color information

#AEB3BC (or 0xAEB3BC) is unknown color: approx Mischka. HEX triplet: AE, B3 and BC. RGB value is (174,179,188). Sum of RGB (Red+Green+Blue) = 174+179+188=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 179 (70.31% from 255 or 33.09% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 188 - color contains mainly: blue. Hex color #AEB3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB3BC is #514C43. Grayscale: #B2B2B2. Windows color (decimal): -5327940 or 12366766. OLE color: 12366766.

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

Color convert

RGB174179188-
CMYK0.070.0500.26
HSL218.57º9.46%70.98%-
HSV(B)218.57º7.45%73.73%-
XYZ42.6544.8753.99-
YUV178.53133.34124.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.16%
GREEN value IS 179 (70.31% from 255) = 33.09%
BLUE value IS 188 (73.83% from 255) = 34.75%
R=32.16%
G=33.09%
B=34.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741791880.070.0500.26218.579.4670.98
HexAEB3BC7501Adb947
Octal2562632747503233311107
Binary1010111010110011101111001111010110101101101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB3BC; }

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

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

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

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

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

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

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

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