#ABB0B7

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

Shades of Mischka #ABB0B7

Tints of Mischka #ABB0B7

Color information

#ABB0B7 (or 0xABB0B7) is unknown color: approx Mischka. HEX triplet: AB, B0 and B7. RGB value is (171,176,183). Sum of RGB (Red+Green+Blue) = 171+176+183=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 183 (71.88% from 255 or 34.53% from 530); Max value from RGB is 183 - color contains mainly: blue. Hex color #ABB0B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB0B7 is #544F48. Grayscale: #AFAFAF. Windows color (decimal): -5525321 or 12038315. OLE color: 12038315.

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

Color convert

RGB171176183-
CMYK0.070.0400.28
HSL215º7.69%69.41%-
HSV(B)215º6.56%71.76%-
XYZ40.8743.1350.97-
YUV175.3132.34124.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.26%
GREEN value IS 176 (69.14% from 255) = 33.21%
BLUE value IS 183 (71.88% from 255) = 34.53%
R=32.26%
G=33.21%
B=34.53%

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
Decimal1711761830.070.0400.282157.6969.41
HexABB0B77401Cd7845
Octal2532602677403432710105
Binary1010101110110000101101111111000111001101011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB0B7; }

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

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

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

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

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

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

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

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