#A7B0BE

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

Shades of Mischka #A7B0BE

Tints of Mischka #A7B0BE

Color information

#A7B0BE (or 0xA7B0BE) is unknown color: approx Mischka. HEX triplet: A7, B0 and BE. RGB value is (167,176,190). Sum of RGB (Red+Green+Blue) = 167+176+190=533 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.33% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 190 - color contains mainly: blue. Hex color #A7B0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7B0BE is #584F41. Grayscale: #AEAEAE. Windows color (decimal): -5787458 or 12497063. OLE color: 12497063.

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

Color convert

RGB167176190-
CMYK0.120.0700.25
HSL216.52º15.03%70%-
HSV(B)216.52º12.11%74.51%-
XYZ40.7642.9854.86-
YUV174.9136.52122.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.33%
GREEN value IS 176 (69.14% from 255) = 33.02%
BLUE value IS 190 (74.61% from 255) = 35.65%
R=31.33%
G=33.02%
B=35.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671761900.120.0700.25216.5215.0370
HexA7B0BEC7019d9f46
Octal24726027614703133117106
Binary10100111101100001011111011001110110011101100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B0BE; }

 p { color: rgb(167,176,190); }

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

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

 a { background-color: rgb(167,176,190); }

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

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

 span { border-color: rgb(167,176,190); }

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