#A8B1BC

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

Shades of Mischka #A8B1BC

Tints of Mischka #A8B1BC

Color information

#A8B1BC (or 0xA8B1BC) is unknown color: approx Mischka. HEX triplet: A8, B1 and BC. RGB value is (168,177,188). Sum of RGB (Red+Green+Blue) = 168+177+188=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 177 (69.53% from 255 or 33.21% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 188 - color contains mainly: blue. Hex color #A8B1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8B1BC is #574E43. Grayscale: #AFAFAF. Windows color (decimal): -5721668 or 12366248. OLE color: 12366248.

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

Color convert

RGB168177188-
CMYK0.110.0600.26
HSL213º12.99%69.8%-
HSV(B)213º10.64%73.73%-
XYZ40.9543.453.8-
YUV175.56135.02122.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.52%
GREEN value IS 177 (69.53% from 255) = 33.21%
BLUE value IS 188 (73.83% from 255) = 35.27%
R=31.52%
G=33.21%
B=35.27%

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
Decimal1681771880.110.0600.2621312.9969.8
HexA8B1BCB601Ad5d46
Octal25026127413603232515106
Binary10101000101100011011110010111100110101101010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B1BC; }

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

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

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

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

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

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

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

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