#AAB6DB

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

Shades of Perano #AAB6DB

Tints of Perano #AAB6DB

Color information

#AAB6DB (or 0xAAB6DB) is unknown color: approx Perano. HEX triplet: AA, B6 and DB. RGB value is (170,182,219). Sum of RGB (Red+Green+Blue) = 170+182+219=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 182 (71.48% from 255 or 31.87% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAB6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB6DB is #554924. Grayscale: #B6B6B6. Windows color (decimal): -5589285 or 14399146. OLE color: 14399146.

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

Color convert

RGB170182219-
CMYK0.220.1700.14
HSL225.31º40.5%76.27%-
HSV(B)225.31º22.37%85.88%-
XYZ46.0947.1273.68-
YUV182.63148.52118.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.77%
GREEN value IS 182 (71.48% from 255) = 31.87%
BLUE value IS 219 (85.94% from 255) = 38.35%
R=29.77%
G=31.87%
B=38.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701822190.220.1700.14225.3140.576.27
HexAAB6DB16110Ee1284c
Octal252266333262101634150114
Binary101010101011011011011011101101000101110111000011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB6DB; }

 p { color: rgb(170,182,219); }

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

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

 a { background-color: rgb(170,182,219); }

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

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

 span { border-color: rgb(170,182,219); }

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