#ABB1BC

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

Shades of Mischka #ABB1BC

Tints of Mischka #ABB1BC

Color information

#ABB1BC (or 0xABB1BC) is unknown color: approx Mischka. HEX triplet: AB, B1 and BC. RGB value is (171,177,188). Sum of RGB (Red+Green+Blue) = 171+177+188=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 177 (69.53% from 255 or 33.02% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 188 - color contains mainly: blue. Hex color #ABB1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB1BC is #544E43. Grayscale: #B0B0B0. Windows color (decimal): -5525060 or 12366251. OLE color: 12366251.

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

Color convert

RGB171177188-
CMYK0.090.0600.26
HSL218.82º11.26%70.39%-
HSV(B)218.82º9.04%73.73%-
XYZ41.5943.7353.83-
YUV176.46134.51124.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.90%
GREEN value IS 177 (69.53% from 255) = 33.02%
BLUE value IS 188 (73.83% from 255) = 35.07%
R=31.90%
G=33.02%
B=35.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711771880.090.0600.26218.8211.2670.39
HexABB1BC9601Adbb46
Octal25326127411603233313106
Binary10101011101100011011110010011100110101101101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB1BC; }

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

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

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

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

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

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

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

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