#ABB2BF

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

Shades of Mischka #ABB2BF

Tints of Mischka #ABB2BF

Color information

#ABB2BF (or 0xABB2BF) is unknown color: approx Mischka. HEX triplet: AB, B2 and BF. RGB value is (171,178,191). Sum of RGB (Red+Green+Blue) = 171+178+191=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 178 (69.92% from 255 or 32.96% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 191 - color contains mainly: blue. Hex color #ABB2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB2BF is #544D40. Grayscale: #B1B1B1. Windows color (decimal): -5524801 or 12563115. OLE color: 12563115.

HSL color Cylindrical-coordinate representation of color #ABB2BF: hue angle of 219º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABB2BF is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171178191-
CMYK0.100.0700.25
HSL219º13.51%70.98%-
HSV(B)219º10.47%74.9%-
XYZ42.1244.2655.61-
YUV177.39135.68123.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.67%
GREEN value IS 178 (69.92% from 255) = 32.96%
BLUE value IS 191 (75% from 255) = 35.37%
R=31.67%
G=32.96%
B=35.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711781910.100.0700.2521913.5170.98
HexABB2BFA7019dbe47
Octal25326227712703133316107
Binary10101011101100101011111110101110110011101101111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB2BF; }

 p { color: rgb(171,178,191); }

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

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

 a { background-color: rgb(171,178,191); }

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

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

 span { border-color: rgb(171,178,191); }

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