#ABB1BB

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

Shades of Mischka #ABB1BB

Tints of Mischka #ABB1BB

Color information

#ABB1BB (or 0xABB1BB) is unknown color: approx Mischka. HEX triplet: AB, B1 and BB. RGB value is (171,177,187). Sum of RGB (Red+Green+Blue) = 171+177+187=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 177 (69.53% from 255 or 33.08% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 187 - color contains mainly: blue. Hex color #ABB1BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB1BB is #544E44. Grayscale: #B0B0B0. Windows color (decimal): -5525061 or 12300715. OLE color: 12300715.

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

Color convert

RGB171177187-
CMYK0.090.0500.27
HSL217.5º10.53%70.2%-
HSV(B)217.5º8.56%73.33%-
XYZ41.4943.6953.26-
YUV176.35134.01124.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.96%
GREEN value IS 177 (69.53% from 255) = 33.08%
BLUE value IS 187 (73.44% from 255) = 34.95%
R=31.96%
G=33.08%
B=34.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711771870.090.0500.27217.510.5370.2
HexABB1BB9501Bdab46
Octal25326127311503333213106
Binary10101011101100011011101110011010110111101101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB1BB; }

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

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

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

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

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

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

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

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