#A8B0BA

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

Shades of Mischka #A8B0BA

Tints of Mischka #A8B0BA

Color information

#A8B0BA (or 0xA8B0BA) is unknown color: approx Mischka. HEX triplet: A8, B0 and BA. RGB value is (168,176,186). Sum of RGB (Red+Green+Blue) = 168+176+186=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 186 - color contains mainly: blue. Hex color #A8B0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8B0BA is #574F45. Grayscale: #AEAEAE. Windows color (decimal): -5721926 or 12234920. OLE color: 12234920.

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

Color convert

RGB168176186-
CMYK0.100.0500.27
HSL213.33º11.54%69.41%-
HSV(B)213.33º9.68%72.94%-
XYZ40.5442.9252.6-
YUV174.75134.35123.19-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.70%
GREEN value IS 176 (69.14% from 255) = 33.21%
BLUE value IS 186 (73.05% from 255) = 35.09%
R=31.70%
G=33.21%
B=35.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681761860.100.0500.27213.3311.5469.41
HexA8B0BAA501Bd5c45
Octal25026027212503332514105
Binary10101000101100001011101010101010110111101010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B0BA; }

 p { color: rgb(168,176,186); }

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

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

 a { background-color: rgb(168,176,186); }

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

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

 span { border-color: rgb(168,176,186); }

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