#A7B1BC

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

Shades of Mischka #A7B1BC

Tints of Mischka #A7B1BC

Color information

#A7B1BC (or 0xA7B1BC) is unknown color: approx Mischka. HEX triplet: A7, B1 and BC. RGB value is (167,177,188). Sum of RGB (Red+Green+Blue) = 167+177+188=532 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.39% from 532); Green value is 177 (69.53% from 255 or 33.27% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 188 - color contains mainly: blue. Hex color #A7B1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7B1BC is #584E43. Grayscale: #AFAFAF. Windows color (decimal): -5787204 or 12366247. OLE color: 12366247.

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

Color convert

RGB167177188-
CMYK0.110.0600.26
HSL211.43º13.55%69.61%-
HSV(B)211.43º11.17%73.73%-
XYZ40.7443.2953.79-
YUV175.26135.19122.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.39%
GREEN value IS 177 (69.53% from 255) = 33.27%
BLUE value IS 188 (73.83% from 255) = 35.34%
R=31.39%
G=33.27%
B=35.34%

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
Decimal1671771880.110.0600.26211.4313.5569.61
HexA7B1BCB601Ad3e46
Octal24726127413603232316106
Binary10100111101100011011110010111100110101101001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B1BC; }

 p { color: rgb(167,177,188); }

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

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

 a { background-color: rgb(167,177,188); }

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

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

 span { border-color: rgb(167,177,188); }

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