#A9B2BC

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

Shades of Mischka #A9B2BC

Tints of Mischka #A9B2BC

Color information

#A9B2BC (or 0xA9B2BC) is unknown color: approx Mischka. HEX triplet: A9, B2 and BC. RGB value is (169,178,188). Sum of RGB (Red+Green+Blue) = 169+178+188=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 178 (69.92% from 255 or 33.27% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 188 - color contains mainly: blue. Hex color #A9B2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9B2BC is #564D43. Grayscale: #B0B0B0. Windows color (decimal): -5655876 or 12366505. OLE color: 12366505.

HSL color Cylindrical-coordinate representation of color #A9B2BC: hue angle of 211.58º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A9B2BC is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB169178188-
CMYK0.100.0500.26
HSL211.58º12.42%70%-
HSV(B)211.58º10.11%73.73%-
XYZ41.3643.9153.87-
YUV176.45134.52122.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.59%
GREEN value IS 178 (69.92% from 255) = 33.27%
BLUE value IS 188 (73.83% from 255) = 35.14%
R=31.59%
G=33.27%
B=35.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691781880.100.0500.26211.5812.4270
HexA9B2BCA501Ad4c46
Octal25126227412503232414106
Binary10101001101100101011110010101010110101101010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B2BC; }

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

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

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

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

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

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

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

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