#A4B0BF

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

Shades of Mischka #A4B0BF

Tints of Mischka #A4B0BF

Color information

#A4B0BF (or 0xA4B0BF) is unknown color: approx Mischka. HEX triplet: A4, B0 and BF. RGB value is (164,176,191). Sum of RGB (Red+Green+Blue) = 164+176+191=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 191 - color contains mainly: blue. Hex color #A4B0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4B0BF is #5B4F40. Grayscale: #AEAEAE. Windows color (decimal): -5984065 or 12562596. OLE color: 12562596.

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

Color convert

RGB164176191-
CMYK0.140.0800.25
HSL213.33º17.42%69.61%-
HSV(B)213.33º14.14%74.9%-
XYZ40.2442.755.41-
YUV174.12137.52120.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.89%
GREEN value IS 176 (69.14% from 255) = 33.15%
BLUE value IS 191 (75% from 255) = 35.97%
R=30.89%
G=33.15%
B=35.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641761910.140.0800.25213.3317.4269.61
HexA4B0BFE8019d51146
Octal244260277161003132521106
Binary1010010010110000101111111110100001100111010101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B0BF; }

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

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

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

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

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

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

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

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