#A9B1BD

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

Shades of Mischka #A9B1BD

Tints of Mischka #A9B1BD

Color information

#A9B1BD (or 0xA9B1BD) is unknown color: approx Mischka. HEX triplet: A9, B1 and BD. RGB value is (169,177,189). Sum of RGB (Red+Green+Blue) = 169+177+189=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 177 (69.53% from 255 or 33.08% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 189 - color contains mainly: blue. Hex color #A9B1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9B1BD is #564E42. Grayscale: #AFAFAF. Windows color (decimal): -5656131 or 12431785. OLE color: 12431785.

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

Color convert

RGB169177189-
CMYK0.110.0600.26
HSL216º13.16%70.2%-
HSV(B)216º10.58%74.12%-
XYZ41.2743.5554.38-
YUV175.98135.35123.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.59%
GREEN value IS 177 (69.53% from 255) = 33.08%
BLUE value IS 189 (74.22% from 255) = 35.33%
R=31.59%
G=33.08%
B=35.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691771890.110.0600.2621613.1670.2
HexA9B1BDB601Ad8d46
Octal25126127513603233015106
Binary10101001101100011011110110111100110101101100011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B1BD; }

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

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

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

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

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

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

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

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