#AAB6EB

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

Shades of Perano #AAB6EB

Tints of Perano #AAB6EB

Color information

#AAB6EB (or 0xAAB6EB) is unknown color: approx Perano. HEX triplet: AA, B6 and EB. RGB value is (170,182,235). Sum of RGB (Red+Green+Blue) = 170+182+235=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 182 (71.48% from 255 or 31.01% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 235 - color contains mainly: blue. Hex color #AAB6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB6EB is #554914. Grayscale: #B8B8B8. Windows color (decimal): -5589269 or 15447722. OLE color: 15447722.

HSL color Cylindrical-coordinate representation of color #AAB6EB: hue angle of 228.92º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAB6EB is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170182235-
CMYK0.280.2300.08
HSL228.92º61.9%79.41%-
HSV(B)228.92º27.66%92.16%-
XYZ48.34885.32-
YUV184.45156.52117.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.96%
GREEN value IS 182 (71.48% from 255) = 31.01%
BLUE value IS 235 (92.19% from 255) = 40.03%
R=28.96%
G=31.01%
B=40.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701822350.280.2300.08228.9261.979.41
HexAAB6EB1C1708e53e4f
Octal252266353342701034576117
Binary101010101011011011101011111001011101000111001011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB6EB; }

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

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

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

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

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

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

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

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