#ABACB6

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

Shades of Mischka #ABACB6

Tints of Mischka #ABACB6

Color information

#ABACB6 (or 0xABACB6) is unknown color: approx Mischka. HEX triplet: AB, AC and B6. RGB value is (171,172,182). Sum of RGB (Red+Green+Blue) = 171+172+182=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 182 (71.48% from 255 or 34.67% from 525); Max value from RGB is 182 - color contains mainly: blue. Hex color #ABACB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACB6 is #545349. Grayscale: #ACACAC. Windows color (decimal): -5526346 or 11971755. OLE color: 11971755.

HSL color Cylindrical-coordinate representation of color #ABACB6: hue angle of 234.55º degrees, saturation: 0.07, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ABACB6 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB171172182-
CMYK0.060.0500.29
HSL234.55º7.01%69.22%-
HSV(B)234.55º6.04%71.37%-
XYZ39.9941.5450.17-
YUV172.84133.17126.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.57%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 182 (71.48% from 255) = 34.67%
R=32.57%
G=32.76%
B=34.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711721820.060.0500.29234.557.0169.22
HexABACB66501Deb745
Octal253254266650353537105
Binary101010111010110010110110110101011101111010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACB6; }

 p { color: rgb(171,172,182); }

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

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

 a { background-color: rgb(171,172,182); }

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

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

 span { border-color: rgb(171,172,182); }

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