#A4ABBC

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

Shades of Mischka #A4ABBC

Tints of Mischka #A4ABBC

Color information

#A4ABBC (or 0xA4ABBC) is unknown color: approx Mischka. HEX triplet: A4, AB and BC. RGB value is (164,171,188). Sum of RGB (Red+Green+Blue) = 164+171+188=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 188 - color contains mainly: blue. Hex color #A4ABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4ABBC is #5B5443. Grayscale: #AAAAAA. Windows color (decimal): -5985348 or 12364708. OLE color: 12364708.

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

Color convert

RGB164171188-
CMYK0.130.0900.26
HSL222.5º15.19%69.02%-
HSV(B)222.5º12.77%73.73%-
XYZ38.9540.6553.37-
YUV170.85137.68123.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.36%
GREEN value IS 171 (67.19% from 255) = 32.70%
BLUE value IS 188 (73.83% from 255) = 35.95%
R=31.36%
G=32.70%
B=35.95%

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
Decimal1641711880.130.0900.26222.515.1969.02
HexA4ABBCD901Adef45
Octal244253274151103233617105
Binary101001001010101110111100110110010110101101111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ABBC; }

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

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

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

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

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

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

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

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