#ABB0BB

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

Shades of Mischka #ABB0BB

Tints of Mischka #ABB0BB

Color information

#ABB0BB (or 0xABB0BB) is unknown color: approx Mischka. HEX triplet: AB, B0 and BB. RGB value is (171,176,187). Sum of RGB (Red+Green+Blue) = 171+176+187=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 187 - color contains mainly: blue. Hex color #ABB0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB0BB is #544F44. Grayscale: #AFAFAF. Windows color (decimal): -5525317 or 12300459. OLE color: 12300459.

HSL color Cylindrical-coordinate representation of color #ABB0BB: hue angle of 221.25º 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 #ABB0BB is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171176187-
CMYK0.090.0600.27
HSL221.25º10.53%70.2%-
HSV(B)221.25º8.56%73.33%-
XYZ41.2943.353.19-
YUV175.76134.34124.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.02%
GREEN value IS 176 (69.14% from 255) = 32.96%
BLUE value IS 187 (73.44% from 255) = 35.02%
R=32.02%
G=32.96%
B=35.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711761870.090.0600.27221.2510.5370.2
HexABB0BB9601Bddb46
Octal25326027311603333513106
Binary10101011101100001011101110011100110111101110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB0BB; }

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

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

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

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

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

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

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

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