#ABAFB6

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

Shades of Mischka #ABAFB6

Tints of Mischka #ABAFB6

Color information

#ABAFB6 (or 0xABAFB6) is unknown color: approx Mischka. HEX triplet: AB, AF and B6. RGB value is (171,175,182). Sum of RGB (Red+Green+Blue) = 171+175+182=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 182 (71.48% from 255 or 34.47% from 528); Max value from RGB is 182 - color contains mainly: blue. Hex color #ABAFB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFB6 is #545049. Grayscale: #AEAEAE. Windows color (decimal): -5525578 or 11972523. OLE color: 11972523.

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

Color convert

RGB171175182-
CMYK0.060.0400.29
HSL218.18º7.01%69.22%-
HSV(B)218.18º6.04%71.37%-
XYZ40.5742.750.36-
YUV174.6132.17125.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.39%
GREEN value IS 175 (68.75% from 255) = 33.14%
BLUE value IS 182 (71.48% from 255) = 34.47%
R=32.39%
G=33.14%
B=34.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711751820.060.0400.29218.187.0169.22
HexABAFB66401Dda745
Octal253257266640353327105
Binary101010111010111110110110110100011101110110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAFB6; }

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

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

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

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

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

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

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

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