#ABB2BD

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

Shades of Mischka #ABB2BD

Tints of Mischka #ABB2BD

Color information

#ABB2BD (or 0xABB2BD) is unknown color: approx Mischka. HEX triplet: AB, B2 and BD. RGB value is (171,178,189). Sum of RGB (Red+Green+Blue) = 171+178+189=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 189 - color contains mainly: blue. Hex color #ABB2BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB2BD is #544D42. Grayscale: #B1B1B1. Windows color (decimal): -5524803 or 12432043. OLE color: 12432043.

HSL color Cylindrical-coordinate representation of color #ABB2BD: hue angle of 216.67º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABB2BD is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB171178189-
CMYK0.100.0600.26
HSL216.67º12%70.59%-
HSV(B)216.67º9.52%74.12%-
XYZ41.944.1754.46-
YUV177.16134.68123.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.78%
GREEN value IS 178 (69.92% from 255) = 33.09%
BLUE value IS 189 (74.22% from 255) = 35.13%
R=31.78%
G=33.09%
B=35.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711781890.100.0600.26216.671270.59
HexABB2BDA601Ad9c47
Octal25326227512603233114107
Binary10101011101100101011110110101100110101101100111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB2BD; }

 p { color: rgb(171,178,189); }

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

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

 a { background-color: rgb(171,178,189); }

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

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

 span { border-color: rgb(171,178,189); }

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