#AEB2BD

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

Shades of Mischka #AEB2BD

Tints of Mischka #AEB2BD

Color information

#AEB2BD (or 0xAEB2BD) is unknown color: approx Mischka. HEX triplet: AE, B2 and BD. RGB value is (174,178,189). Sum of RGB (Red+Green+Blue) = 174+178+189=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 189 - color contains mainly: blue. Hex color #AEB2BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB2BD is #514D42. Grayscale: #B2B2B2. Windows color (decimal): -5328195 or 12432046. OLE color: 12432046.

HSL color Cylindrical-coordinate representation of color #AEB2BD: hue angle of 224º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AEB2BD is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB174178189-
CMYK0.080.0600.26
HSL224º10.2%71.18%-
HSV(B)224º7.94%74.12%-
XYZ42.5644.5154.49-
YUV178.06134.17125.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.16%
GREEN value IS 178 (69.92% from 255) = 32.90%
BLUE value IS 189 (74.22% from 255) = 34.94%
R=32.16%
G=32.90%
B=34.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741781890.080.0600.2622410.271.18
HexAEB2BD8601Ae0a47
Octal25626227510603234012107
Binary10101110101100101011110110001100110101110000010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB2BD; }

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

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

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

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

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

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

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

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