#ABACB5

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

Shades of Mischka #ABACB5

Tints of Mischka #ABACB5

Color information

#ABACB5 (or 0xABACB5) is unknown color: approx Mischka. HEX triplet: AB, AC and B5. RGB value is (171,172,181). Sum of RGB (Red+Green+Blue) = 171+172+181=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 181 - color contains mainly: blue. Hex color #ABACB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACB5 is #54534A. Grayscale: #ACACAC. Windows color (decimal): -5526347 or 11906219. OLE color: 11906219.

HSL color Cylindrical-coordinate representation of color #ABACB5: hue angle of 234º degrees, saturation: 0.06, 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 #ABACB5 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB171172181-
CMYK0.060.0500.29
HSL234º6.33%69.02%-
HSV(B)234º5.52%70.98%-
XYZ39.8941.549.62-
YUV172.73132.67126.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.63%
GREEN value IS 172 (67.58% from 255) = 32.82%
BLUE value IS 181 (71.09% from 255) = 34.54%
R=32.63%
G=32.82%
B=34.54%

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
Decimal1711721810.060.0500.292346.3369.02
HexABACB56501Dea645
Octal253254265650353526105
Binary101010111010110010110101110101011101111010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACB5; }

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

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

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

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

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

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

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

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