#A9B1BE

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

Shades of Mischka #A9B1BE

Tints of Mischka #A9B1BE

Color information

#A9B1BE (or 0xA9B1BE) is unknown color: approx Mischka. HEX triplet: A9, B1 and BE. RGB value is (169,177,190). Sum of RGB (Red+Green+Blue) = 169+177+190=536 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.53% from 536); Green value is 177 (69.53% from 255 or 33.02% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 190 - color contains mainly: blue. Hex color #A9B1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9B1BE is #564E41. Grayscale: #B0B0B0. Windows color (decimal): -5656130 or 12497321. OLE color: 12497321.

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

Color convert

RGB169177190-
CMYK0.110.0700.25
HSL217.14º13.91%70.39%-
HSV(B)217.14º11.05%74.51%-
XYZ41.3843.654.95-
YUV176.09135.85122.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.53%
GREEN value IS 177 (69.53% from 255) = 33.02%
BLUE value IS 190 (74.61% from 255) = 35.45%
R=31.53%
G=33.02%
B=35.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691771900.110.0700.25217.1413.9170.39
HexA9B1BEB7019d9e46
Octal25126127613703133116106
Binary10101001101100011011111010111110110011101100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B1BE; }

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

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

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

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

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

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

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

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