#A6ABBC

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

Shades of Mischka #A6ABBC

Tints of Mischka #A6ABBC

Color information

#A6ABBC (or 0xA6ABBC) is unknown color: approx Mischka. HEX triplet: A6, AB and BC. RGB value is (166,171,188). Sum of RGB (Red+Green+Blue) = 166+171+188=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 188 - color contains mainly: blue. Hex color #A6ABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ABBC is #595443. Grayscale: #ABABAB. Windows color (decimal): -5854276 or 12364710. OLE color: 12364710.

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

Color convert

RGB166171188-
CMYK0.120.0900.26
HSL226.36º14.1%69.41%-
HSV(B)226.36º11.7%73.73%-
XYZ39.3740.8653.39-
YUV171.44137.34124.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.62%
GREEN value IS 171 (67.19% from 255) = 32.57%
BLUE value IS 188 (73.83% from 255) = 35.81%
R=31.62%
G=32.57%
B=35.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661711880.120.0900.26226.3614.169.41
HexA6ABBCC901Ae2e45
Octal246253274141103234216105
Binary101001101010101110111100110010010110101110001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ABBC; }

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

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

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

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

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

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

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

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