#ABAFBB

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

Shades of Mischka #ABAFBB

Tints of Mischka #ABAFBB

Color information

#ABAFBB (or 0xABAFBB) is unknown color: approx Mischka. HEX triplet: AB, AF and BB. RGB value is (171,175,187). Sum of RGB (Red+Green+Blue) = 171+175+187=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 187 - color contains mainly: blue. Hex color #ABAFBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFBB is #545044. Grayscale: #AFAFAF. Windows color (decimal): -5525573 or 12300203. OLE color: 12300203.

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

Color convert

RGB171175187-
CMYK0.090.0600.27
HSL225º10.53%70.2%-
HSV(B)225º8.56%73.33%-
XYZ41.0942.9153.13-
YUV175.17134.67125.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.08%
GREEN value IS 175 (68.75% from 255) = 32.83%
BLUE value IS 187 (73.44% from 255) = 35.08%
R=32.08%
G=32.83%
B=35.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711751870.090.0600.2722510.5370.2
HexABAFBB9601Be1b46
Octal25325727311603334113106
Binary10101011101011111011101110011100110111110000110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAFBB; }

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

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

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

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

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

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

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

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