#A4A7BC

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

Shades of Mischka #A4A7BC

Tints of Mischka #A4A7BC

Color information

#A4A7BC (or 0xA4A7BC) is unknown color: approx Mischka. HEX triplet: A4, A7 and BC. RGB value is (164,167,188). Sum of RGB (Red+Green+Blue) = 164+167+188=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 167 (65.62% from 255 or 32.18% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 188 - color contains mainly: blue. Hex color #A4A7BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A7BC is #5B5843. Grayscale: #A8A8A8. Windows color (decimal): -5986372 or 12363684. OLE color: 12363684.

HSL color Cylindrical-coordinate representation of color #A4A7BC: hue angle of 232.5º 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 #A4A7BC is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB164167188-
CMYK0.130.1100.26
HSL232.5º15.19%69.02%-
HSV(B)232.5º12.77%73.73%-
XYZ38.2139.1653.12-
YUV168.5139.01124.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.60%
GREEN value IS 167 (65.62% from 255) = 32.18%
BLUE value IS 188 (73.83% from 255) = 36.22%
R=31.60%
G=32.18%
B=36.22%

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
Decimal1641671880.130.1100.26232.515.1969.02
HexA4A7BCDB01Ae8f45
Octal244247274151303235017105
Binary101001001010011110111100110110110110101110100011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A7BC; }

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

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

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

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

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

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

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

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