#A8AEBD

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

Shades of Mischka #A8AEBD

Tints of Mischka #A8AEBD

Color information

#A8AEBD (or 0xA8AEBD) is unknown color: approx Mischka. HEX triplet: A8, AE and BD. RGB value is (168,174,189). Sum of RGB (Red+Green+Blue) = 168+174+189=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 189 - color contains mainly: blue. Hex color #A8AEBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AEBD is #575142. Grayscale: #ADADAD. Windows color (decimal): -5722435 or 12431016. OLE color: 12431016.

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

Color convert

RGB168174189-
CMYK0.110.0800.26
HSL222.86º13.73%70%-
HSV(B)222.86º11.11%74.12%-
XYZ40.4742.2754.17-
YUV173.92136.51123.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.64%
GREEN value IS 174 (68.36% from 255) = 32.77%
BLUE value IS 189 (74.22% from 255) = 35.59%
R=31.64%
G=32.77%
B=35.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681741890.110.0800.26222.8613.7370
HexA8AEBDB801Adfe46
Octal250256275131003233716106
Binary101010001010111010111101101110000110101101111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AEBD; }

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

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

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

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

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

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

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

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