#ABAFBA

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

Shades of Mischka #ABAFBA

Tints of Mischka #ABAFBA

Color information

#ABAFBA (or 0xABAFBA) is unknown color: approx Mischka. HEX triplet: AB, AF and BA. RGB value is (171,175,186). Sum of RGB (Red+Green+Blue) = 171+175+186=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 186 - color contains mainly: blue. Hex color #ABAFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFBA is #545045. Grayscale: #AFAFAF. Windows color (decimal): -5525574 or 12234667. OLE color: 12234667.

HSL color Cylindrical-coordinate representation of color #ABAFBA: hue angle of 224º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ABAFBA is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171175186-
CMYK0.080.0600.27
HSL224º9.8%70%-
HSV(B)224º8.06%72.94%-
XYZ40.9942.8652.57-
YUV175.06134.17125.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.14%
GREEN value IS 175 (68.75% from 255) = 32.89%
BLUE value IS 186 (73.05% from 255) = 34.96%
R=32.14%
G=32.89%
B=34.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711751860.080.0600.272249.870
HexABAFBA8601Be0a46
Octal25325727210603334012106
Binary10101011101011111011101010001100110111110000010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAFBA; }

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

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

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

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

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

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

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

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