#AEB0B2

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

Shades of Mischka #AEB0B2

Tints of Mischka #AEB0B2

Color information

#AEB0B2 (or 0xAEB0B2) is unknown color: approx Mischka. HEX triplet: AE, B0 and B2. RGB value is (174,176,178). Sum of RGB (Red+Green+Blue) = 174+176+178=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 178 - color contains mainly: blue. Hex color #AEB0B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB0B2 is #514F4D. Grayscale: #AFAFAF. Windows color (decimal): -5328718 or 11710638. OLE color: 11710638.

HSL color Cylindrical-coordinate representation of color #AEB0B2: hue angle of 210º degrees, saturation: 0.03, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AEB0B2 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB174176178-
CMYK0.020.0100.30
HSL210º2.53%69.02%-
HSV(B)210º2.25%69.8%-
XYZ41.0243.2648.31-
YUV175.63129.34126.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.95%
GREEN value IS 176 (69.14% from 255) = 33.33%
BLUE value IS 178 (69.92% from 255) = 33.71%
R=32.95%
G=33.33%
B=33.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741761780.020.0100.302102.5369.02
HexAEB0B22101Ed2345
Octal256260262210363223105
Binary10101110101100001011001010101111011010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB0B2; }

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

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

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

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

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

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

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

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