#A5A8BC

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

Shades of Mischka #A5A8BC

Tints of Mischka #A5A8BC

Color information

#A5A8BC (or 0xA5A8BC) is unknown color: approx Mischka. HEX triplet: A5, A8 and BC. RGB value is (165,168,188). Sum of RGB (Red+Green+Blue) = 165+168+188=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 188 - color contains mainly: blue. Hex color #A5A8BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A8BC is #5A5743. Grayscale: #A9A9A9. Windows color (decimal): -5920580 or 12363941. OLE color: 12363941.

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

Color convert

RGB165168188-
CMYK0.120.1100.26
HSL232.17º14.65%69.22%-
HSV(B)232.17º12.23%73.73%-
XYZ38.639.6453.19-
YUV169.38138.51124.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.67%
GREEN value IS 168 (66.02% from 255) = 32.25%
BLUE value IS 188 (73.83% from 255) = 36.08%
R=31.67%
G=32.25%
B=36.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651681880.120.1100.26232.1714.6569.22
HexA5A8BCCB01Ae8f45
Octal245250274141303235017105
Binary101001011010100010111100110010110110101110100011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A8BC; }

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

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

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

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

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

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

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

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