#ABACB4

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

Shades of Mischka #ABACB4

Tints of Mischka #ABACB4

Color information

#ABACB4 (or 0xABACB4) is unknown color: approx Mischka. HEX triplet: AB, AC and B4. RGB value is (171,172,180). Sum of RGB (Red+Green+Blue) = 171+172+180=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 180 - color contains mainly: blue. Hex color #ABACB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACB4 is #54534B. Grayscale: #ACACAC. Windows color (decimal): -5526348 or 11840683. OLE color: 11840683.

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

Color convert

RGB171172180-
CMYK0.050.0400.29
HSL233.33º5.66%68.82%-
HSV(B)233.33º5%70.59%-
XYZ39.7941.4649.09-
YUV172.61132.17126.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.70%
GREEN value IS 172 (67.58% from 255) = 32.89%
BLUE value IS 180 (70.70% from 255) = 34.42%
R=32.70%
G=32.89%
B=34.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711721800.050.0400.29233.335.6668.82
HexABACB45401De9645
Octal253254264540353516105
Binary101010111010110010110100101100011101111010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACB4; }

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

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

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

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

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

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

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

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