#AAB2DC

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

Shades of Perano #AAB2DC

Tints of Perano #AAB2DC

Color information

#AAB2DC (or 0xAAB2DC) is unknown color: approx Perano. HEX triplet: AA, B2 and DC. RGB value is (170,178,220). Sum of RGB (Red+Green+Blue) = 170+178+220=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAB2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB2DC is #554D23. Grayscale: #B4B4B4. Windows color (decimal): -5590308 or 14463658. OLE color: 14463658.

HSL color Cylindrical-coordinate representation of color #AAB2DC: hue angle of 230.4º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAB2DC is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170178220-
CMYK0.230.1900.14
HSL230.4º41.67%76.47%-
HSV(B)230.4º22.73%86.27%-
XYZ45.4245.5574.11-
YUV180.4150.35120.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.93%
GREEN value IS 178 (69.92% from 255) = 31.34%
BLUE value IS 220 (86.33% from 255) = 38.73%
R=29.93%
G=31.34%
B=38.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701782200.230.1900.14230.441.6776.47
HexAAB2DC17130Ee62a4c
Octal252262334272301634652114
Binary101010101011001011011100101111001101110111001101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB2DC; }

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

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

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

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

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

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

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

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