#ABAFB5

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

Shades of Mischka #ABAFB5

Tints of Mischka #ABAFB5

Color information

#ABAFB5 (or 0xABAFB5) is unknown color: approx Mischka. HEX triplet: AB, AF and B5. RGB value is (171,175,181). Sum of RGB (Red+Green+Blue) = 171+175+181=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 181 - color contains mainly: blue. Hex color #ABAFB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFB5 is #54504A. Grayscale: #AEAEAE. Windows color (decimal): -5525579 or 11906987. OLE color: 11906987.

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

Color convert

RGB171175181-
CMYK0.060.0300.29
HSL216º6.33%69.02%-
HSV(B)216º5.52%70.98%-
XYZ40.4742.6549.82-
YUV174.49131.67125.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.45%
GREEN value IS 175 (68.75% from 255) = 33.21%
BLUE value IS 181 (71.09% from 255) = 34.35%
R=32.45%
G=33.21%
B=34.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711751810.060.0300.292166.3369.02
HexABAFB56301Dd8645
Octal253257265630353306105
Binary10101011101011111011010111011011101110110001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAFB5; }

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

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

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

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

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

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

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

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