#ABACB3

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

Shades of Mischka #ABACB3

Tints of Mischka #ABACB3

Color information

#ABACB3 (or 0xABACB3) is unknown color: approx Mischka. HEX triplet: AB, AC and B3. RGB value is (171,172,179). Sum of RGB (Red+Green+Blue) = 171+172+179=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 179 (70.31% from 255 or 34.29% from 522); Max value from RGB is 179 - color contains mainly: blue. Hex color #ABACB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACB3 is #54534C. Grayscale: #ACACAC. Windows color (decimal): -5526349 or 11775147. OLE color: 11775147.

HSL color Cylindrical-coordinate representation of color #ABACB3: hue angle of 232.5º degrees, saturation: 0.05, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ABACB3 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB171172179-
CMYK0.040.0400.30
HSL232.5º5%68.63%-
HSV(B)232.5º4.47%70.2%-
XYZ39.6841.4248.55-
YUV172.5131.67126.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.76%
GREEN value IS 172 (67.58% from 255) = 32.95%
BLUE value IS 179 (70.31% from 255) = 34.29%
R=32.76%
G=32.95%
B=34.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711721790.040.0400.30232.5568.63
HexABACB34401Ee8545
Octal253254263440363505105
Binary101010111010110010110011100100011110111010001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACB3; }

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

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

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

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

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

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

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

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