#ABB1BE

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

Shades of Mischka #ABB1BE

Tints of Mischka #ABB1BE

Color information

#ABB1BE (or 0xABB1BE) is unknown color: approx Mischka. HEX triplet: AB, B1 and BE. RGB value is (171,177,190). Sum of RGB (Red+Green+Blue) = 171+177+190=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 177 (69.53% from 255 or 32.90% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 190 - color contains mainly: blue. Hex color #ABB1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB1BE is #544E41. Grayscale: #B0B0B0. Windows color (decimal): -5525058 or 12497323. OLE color: 12497323.

HSL color Cylindrical-coordinate representation of color #ABB1BE: hue angle of 221.05º degrees, saturation: 0.13, 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 #ABB1BE is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171177190-
CMYK0.100.0700.25
HSL221.05º12.75%70.78%-
HSV(B)221.05º10%74.51%-
XYZ41.8143.8254.97-
YUV176.69135.51123.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.78%
GREEN value IS 177 (69.53% from 255) = 32.90%
BLUE value IS 190 (74.61% from 255) = 35.32%
R=31.78%
G=32.90%
B=35.32%

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
Decimal1711771900.100.0700.25221.0512.7570.78
HexABB1BEA7019ddd47
Octal25326127612703133515107
Binary10101011101100011011111010101110110011101110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB1BE; }

 p { color: rgb(171,177,190); }

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

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

 a { background-color: rgb(171,177,190); }

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

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

 span { border-color: rgb(171,177,190); }

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