#A4A8BC

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

Shades of Mischka #A4A8BC

Tints of Mischka #A4A8BC

Color information

#A4A8BC (or 0xA4A8BC) is unknown color: approx Mischka. HEX triplet: A4, A8 and BC. RGB value is (164,168,188). Sum of RGB (Red+Green+Blue) = 164+168+188=520 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.54% from 520); Green value is 168 (66.02% from 255 or 32.31% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 188 - color contains mainly: blue. Hex color #A4A8BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A8BC is #5B5743. Grayscale: #A9A9A9. Windows color (decimal): -5986116 or 12363940. OLE color: 12363940.

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

Color convert

RGB164168188-
CMYK0.130.1100.26
HSL230º15.19%69.02%-
HSV(B)230º12.77%73.73%-
XYZ38.3939.5353.18-
YUV169.08138.67124.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.54%
GREEN value IS 168 (66.02% from 255) = 32.31%
BLUE value IS 188 (73.83% from 255) = 36.15%
R=31.54%
G=32.31%
B=36.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641681880.130.1100.2623015.1969.02
HexA4A8BCDB01Ae6f45
Octal244250274151303234617105
Binary101001001010100010111100110110110110101110011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A8BC; }

 p { color: rgb(164,168,188); }

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

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

 a { background-color: rgb(164,168,188); }

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

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

 span { border-color: rgb(164,168,188); }

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