#ABAFB7

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

Shades of Mischka #ABAFB7

Tints of Mischka #ABAFB7

Color information

#ABAFB7 (or 0xABAFB7) is unknown color: approx Mischka. HEX triplet: AB, AF and B7. RGB value is (171,175,183). Sum of RGB (Red+Green+Blue) = 171+175+183=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 183 - color contains mainly: blue. Hex color #ABAFB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFB7 is #545048. Grayscale: #AEAEAE. Windows color (decimal): -5525577 or 12038059. OLE color: 12038059.

HSL color Cylindrical-coordinate representation of color #ABAFB7: hue angle of 220º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ABAFB7 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB171175183-
CMYK0.070.0400.28
HSL220º7.69%69.41%-
HSV(B)220º6.56%71.76%-
XYZ40.6742.7450.91-
YUV174.72132.67125.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.33%
GREEN value IS 175 (68.75% from 255) = 33.08%
BLUE value IS 183 (71.88% from 255) = 34.59%
R=32.33%
G=33.08%
B=34.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1711751830.070.0400.282207.6969.41
HexABAFB77401Cdc845
Octal2532572677403433410105
Binary1010101110101111101101111111000111001101110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAFB7; }

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

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

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

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

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

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

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

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