#ABB0BC

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

Shades of Mischka #ABB0BC

Tints of Mischka #ABB0BC

Color information

#ABB0BC (or 0xABB0BC) is unknown color: approx Mischka. HEX triplet: AB, B0 and BC. RGB value is (171,176,188). Sum of RGB (Red+Green+Blue) = 171+176+188=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 188 - color contains mainly: blue. Hex color #ABB0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB0BC is #544F43. Grayscale: #AFAFAF. Windows color (decimal): -5525316 or 12365995. OLE color: 12365995.

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

Color convert

RGB171176188-
CMYK0.090.0600.26
HSL222.35º11.26%70.39%-
HSV(B)222.35º9.04%73.73%-
XYZ41.443.3453.76-
YUV175.87134.84124.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.96%
GREEN value IS 176 (69.14% from 255) = 32.90%
BLUE value IS 188 (73.83% from 255) = 35.14%
R=31.96%
G=32.90%
B=35.14%

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
Decimal1711761880.090.0600.26222.3511.2670.39
HexABB0BC9601Adeb46
Octal25326027411603233613106
Binary10101011101100001011110010011100110101101111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB0BC; }

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

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

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

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

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

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

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

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