#AAB2BC

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

Shades of Mischka #AAB2BC

Tints of Mischka #AAB2BC

Color information

#AAB2BC (or 0xAAB2BC) is unknown color: approx Mischka. HEX triplet: AA, B2 and BC. RGB value is (170,178,188). Sum of RGB (Red+Green+Blue) = 170+178+188=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 178 (69.92% from 255 or 33.21% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 188 - color contains mainly: blue. Hex color #AAB2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB2BC is #554D43. Grayscale: #B0B0B0. Windows color (decimal): -5590340 or 12366506. OLE color: 12366506.

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

Color convert

RGB170178188-
CMYK0.100.0500.26
HSL213.33º11.84%70.2%-
HSV(B)213.33º9.57%73.73%-
XYZ41.5844.0253.88-
YUV176.75134.35123.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.72%
GREEN value IS 178 (69.92% from 255) = 33.21%
BLUE value IS 188 (73.83% from 255) = 35.07%
R=31.72%
G=33.21%
B=35.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701781880.100.0500.26213.3311.8470.2
HexAAB2BCA501Ad5c46
Octal25226227412503232514106
Binary10101010101100101011110010101010110101101010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB2BC; }

 p { color: rgb(170,178,188); }

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

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

 a { background-color: rgb(170,178,188); }

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

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

 span { border-color: rgb(170,178,188); }

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