#A4B0BE

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

Shades of Mischka #A4B0BE

Tints of Mischka #A4B0BE

Color information

#A4B0BE (or 0xA4B0BE) is unknown color: approx Mischka. HEX triplet: A4, B0 and BE. RGB value is (164,176,190). Sum of RGB (Red+Green+Blue) = 164+176+190=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 190 - color contains mainly: blue. Hex color #A4B0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4B0BE is #5B4F41. Grayscale: #ADADAD. Windows color (decimal): -5984066 or 12497060. OLE color: 12497060.

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

Color convert

RGB164176190-
CMYK0.140.0700.25
HSL212.31º16.67%69.41%-
HSV(B)212.31º13.68%74.51%-
XYZ40.1342.6654.83-
YUV174.01137.02120.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.94%
GREEN value IS 176 (69.14% from 255) = 33.21%
BLUE value IS 190 (74.61% from 255) = 35.85%
R=30.94%
G=33.21%
B=35.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641761900.140.0700.25212.3116.6769.41
HexA4B0BEE7019d41145
Octal24426027616703132421105
Binary101001001011000010111110111011101100111010100100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B0BE; }

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

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

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

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

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

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

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

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