#AAB5EB

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

Shades of Perano #AAB5EB

Tints of Perano #AAB5EB

Color information

#AAB5EB (or 0xAAB5EB) is unknown color: approx Perano. HEX triplet: AA, B5 and EB. RGB value is (170,181,235). Sum of RGB (Red+Green+Blue) = 170+181+235=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 181 (71.09% from 255 or 30.89% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #AAB5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB5EB is #554A14. Grayscale: #B7B7B7. Windows color (decimal): -5589525 or 15447466. OLE color: 15447466.

HSL color Cylindrical-coordinate representation of color #AAB5EB: hue angle of 229.85º 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 #AAB5EB is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170181235-
CMYK0.280.2300.08
HSL229.85º61.9%79.41%-
HSV(B)229.85º27.66%92.16%-
XYZ48.147.5985.25-
YUV183.87156.86118.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.01%
GREEN value IS 181 (71.09% from 255) = 30.89%
BLUE value IS 235 (92.19% from 255) = 40.10%
R=29.01%
G=30.89%
B=40.10%

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
Decimal1701812350.280.2300.08229.8561.979.41
HexAAB5EB1C1708e63e4f
Octal252265353342701034676117
Binary101010101011010111101011111001011101000111001101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB5EB; }

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

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

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

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

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

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

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

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