#AEB4BC

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

Shades of Mischka #AEB4BC

Tints of Mischka #AEB4BC

Color information

#AEB4BC (or 0xAEB4BC) is unknown color: approx Mischka. HEX triplet: AE, B4 and BC. RGB value is (174,180,188). Sum of RGB (Red+Green+Blue) = 174+180+188=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 180 (70.70% from 255 or 33.21% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 188 - color contains mainly: blue. Hex color #AEB4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB4BC is #514B43. Grayscale: #B3B3B3. Windows color (decimal): -5327684 or 12367022. OLE color: 12367022.

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

Color convert

RGB174180188-
CMYK0.070.0400.26
HSL214.29º9.46%70.98%-
HSV(B)214.29º7.45%73.73%-
XYZ42.8545.2754.06-
YUV179.12133.01124.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.10%
GREEN value IS 180 (70.70% from 255) = 33.21%
BLUE value IS 188 (73.83% from 255) = 34.69%
R=32.10%
G=33.21%
B=34.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741801880.070.0400.26214.299.4670.98
HexAEB4BC7401Ad6947
Octal2562642747403232611107
Binary1010111010110100101111001111000110101101011010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB4BC; }

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

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

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

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

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

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

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

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