#A4ACBC

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

Shades of Mischka #A4ACBC

Tints of Mischka #A4ACBC

Color information

#A4ACBC (or 0xA4ACBC) is unknown color: approx Mischka. HEX triplet: A4, AC and BC. RGB value is (164,172,188). Sum of RGB (Red+Green+Blue) = 164+172+188=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 188 - color contains mainly: blue. Hex color #A4ACBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4ACBC is #5B5343. Grayscale: #ABABAB. Windows color (decimal): -5985092 or 12364964. OLE color: 12364964.

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

Color convert

RGB164172188-
CMYK0.130.0900.26
HSL220º15.19%69.02%-
HSV(B)220º12.77%73.73%-
XYZ39.1441.0353.43-
YUV171.43137.35122.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.30%
GREEN value IS 172 (67.58% from 255) = 32.82%
BLUE value IS 188 (73.83% from 255) = 35.88%
R=31.30%
G=32.82%
B=35.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641721880.130.0900.2622015.1969.02
HexA4ACBCD901Adcf45
Octal244254274151103233417105
Binary101001001010110010111100110110010110101101110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ACBC; }

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

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

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

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

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

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

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

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