#ABB3BE

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

Shades of Mischka #ABB3BE

Tints of Mischka #ABB3BE

Color information

#ABB3BE (or 0xABB3BE) is unknown color: approx Mischka. HEX triplet: AB, B3 and BE. RGB value is (171,179,190). Sum of RGB (Red+Green+Blue) = 171+179+190=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 179 (70.31% from 255 or 33.15% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 190 - color contains mainly: blue. Hex color #ABB3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB3BE is #544C41. Grayscale: #B1B1B1. Windows color (decimal): -5524546 or 12497835. OLE color: 12497835.

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

Color convert

RGB171179190-
CMYK0.100.0600.25
HSL214.74º12.75%70.78%-
HSV(B)214.74º10%74.51%-
XYZ42.2144.6255.1-
YUV177.86134.85123.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.67%
GREEN value IS 179 (70.31% from 255) = 33.15%
BLUE value IS 190 (74.61% from 255) = 35.19%
R=31.67%
G=33.15%
B=35.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711791900.100.0600.25214.7412.7570.78
HexABB3BEA6019d7d47
Octal25326327612603132715107
Binary10101011101100111011111010101100110011101011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB3BE; }

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

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

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

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

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

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

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

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