#ABB0BE

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

Shades of Mischka #ABB0BE

Tints of Mischka #ABB0BE

Color information

#ABB0BE (or 0xABB0BE) is unknown color: approx Mischka. HEX triplet: AB, B0 and BE. RGB value is (171,176,190). Sum of RGB (Red+Green+Blue) = 171+176+190=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 190 - color contains mainly: blue. Hex color #ABB0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB0BE is #544F41. Grayscale: #B0B0B0. Windows color (decimal): -5525314 or 12497067. OLE color: 12497067.

HSL color Cylindrical-coordinate representation of color #ABB0BE: hue angle of 224.21º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABB0BE is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171176190-
CMYK0.100.0700.25
HSL224.21º12.75%70.78%-
HSV(B)224.21º10%74.51%-
XYZ41.6143.4354.9-
YUV176.1135.84124.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.84%
GREEN value IS 176 (69.14% from 255) = 32.77%
BLUE value IS 190 (74.61% from 255) = 35.38%
R=31.84%
G=32.77%
B=35.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711761900.100.0700.25224.2112.7570.78
HexABB0BEA7019e0d47
Octal25326027612703134015107
Binary10101011101100001011111010101110110011110000011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB0BE; }

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

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

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

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

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

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

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

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