#A9B2BD

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

Shades of Mischka #A9B2BD

Tints of Mischka #A9B2BD

Color information

#A9B2BD (or 0xA9B2BD) is unknown color: approx Mischka. HEX triplet: A9, B2 and BD. RGB value is (169,178,189). Sum of RGB (Red+Green+Blue) = 169+178+189=536 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.53% from 536); Green value is 178 (69.92% from 255 or 33.21% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 189 - color contains mainly: blue. Hex color #A9B2BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9B2BD is #564D42. Grayscale: #B0B0B0. Windows color (decimal): -5655875 or 12432041. OLE color: 12432041.

HSL color Cylindrical-coordinate representation of color #A9B2BD: hue angle of 213º 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 #A9B2BD is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB169178189-
CMYK0.110.0600.26
HSL213º13.16%70.2%-
HSV(B)213º10.58%74.12%-
XYZ41.4743.9554.44-
YUV176.56135.02122.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.53%
GREEN value IS 178 (69.92% from 255) = 33.21%
BLUE value IS 189 (74.22% from 255) = 35.26%
R=31.53%
G=33.21%
B=35.26%

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
Decimal1691781890.110.0600.2621313.1670.2
HexA9B2BDB601Ad5d46
Octal25126227513603232515106
Binary10101001101100101011110110111100110101101010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B2BD; }

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

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

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

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

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

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

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

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