#AEB0B3

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

Shades of Mischka #AEB0B3

Tints of Mischka #AEB0B3

Color information

#AEB0B3 (or 0xAEB0B3) is unknown color: approx Mischka. HEX triplet: AE, B0 and B3. RGB value is (174,176,179). Sum of RGB (Red+Green+Blue) = 174+176+179=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 179 - color contains mainly: blue. Hex color #AEB0B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB0B3 is #514F4C. Grayscale: #AFAFAF. Windows color (decimal): -5328717 or 11776174. OLE color: 11776174.

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

Color convert

RGB174176179-
CMYK0.030.0200.30
HSL216º3.18%69.22%-
HSV(B)216º2.79%70.2%-
XYZ41.1243.348.84-
YUV175.74129.84126.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.89%
GREEN value IS 176 (69.14% from 255) = 33.27%
BLUE value IS 179 (70.31% from 255) = 33.84%
R=32.89%
G=33.27%
B=33.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741761790.030.0200.302163.1869.22
HexAEB0B33201Ed8345
Octal256260263320363303105
Binary101011101011000010110011111001111011011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB0B3; }

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

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

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

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

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

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

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

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