#AEB1B7

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

Shades of Mischka #AEB1B7

Tints of Mischka #AEB1B7

Color information

#AEB1B7 (or 0xAEB1B7) is unknown color: approx Mischka. HEX triplet: AE, B1 and B7. RGB value is (174,177,183). Sum of RGB (Red+Green+Blue) = 174+177+183=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 177 (69.53% from 255 or 33.15% from 534); Blue value is 183 (71.88% from 255 or 34.27% from 534); Max value from RGB is 183 - color contains mainly: blue. Hex color #AEB1B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB1B7 is #514E48. Grayscale: #B0B0B0. Windows color (decimal): -5328457 or 12038574. OLE color: 12038574.

HSL color Cylindrical-coordinate representation of color #AEB1B7: hue angle of 220º degrees, saturation: 0.06, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AEB1B7 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB174177183-
CMYK0.050.0300.28
HSL220º5.88%70%-
HSV(B)220º4.92%71.76%-
XYZ41.7243.8651.07-
YUV176.79131.51126.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.58%
GREEN value IS 177 (69.53% from 255) = 33.15%
BLUE value IS 183 (71.88% from 255) = 34.27%
R=32.58%
G=33.15%
B=34.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741771830.050.0300.282205.8870
HexAEB1B75301Cdc646
Octal256261267530343346106
Binary10101110101100011011011110111011100110111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB1B7; }

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

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

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

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

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

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

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

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