#A6B0BC

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

Shades of Mischka #A6B0BC

Tints of Mischka #A6B0BC

Color information

#A6B0BC (or 0xA6B0BC) is unknown color: approx Mischka. HEX triplet: A6, B0 and BC. RGB value is (166,176,188). Sum of RGB (Red+Green+Blue) = 166+176+188=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 188 - color contains mainly: blue. Hex color #A6B0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6B0BC is #594F43. Grayscale: #AEAEAE. Windows color (decimal): -5852996 or 12365990. OLE color: 12365990.

HSL color Cylindrical-coordinate representation of color #A6B0BC: hue angle of 212.73º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A6B0BC is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB166176188-
CMYK0.120.0600.26
HSL212.73º14.1%69.41%-
HSV(B)212.73º11.7%73.73%-
XYZ40.3342.7953.71-
YUV174.38135.69122.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.32%
GREEN value IS 176 (69.14% from 255) = 33.21%
BLUE value IS 188 (73.83% from 255) = 35.47%
R=31.32%
G=33.21%
B=35.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661761880.120.0600.26212.7314.169.41
HexA6B0BCC601Ad5e45
Octal24626027414603232516105
Binary10100110101100001011110011001100110101101010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B0BC; }

 p { color: rgb(166,176,188); }

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

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

 a { background-color: rgb(166,176,188); }

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

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

 span { border-color: rgb(166,176,188); }

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