#AAB4EB

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

Shades of Perano #AAB4EB

Tints of Perano #AAB4EB

Color information

#AAB4EB (or 0xAAB4EB) is unknown color: approx Perano. HEX triplet: AA, B4 and EB. RGB value is (170,180,235). Sum of RGB (Red+Green+Blue) = 170+180+235=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 180 (70.70% from 255 or 30.77% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #AAB4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB4EB is #554B14. Grayscale: #B7B7B7. Windows color (decimal): -5589781 or 15447210. OLE color: 15447210.

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

Color convert

RGB170180235-
CMYK0.280.2300.08
HSL230.77º61.9%79.41%-
HSV(B)230.77º27.66%92.16%-
XYZ47.8947.1985.18-
YUV183.28157.19118.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.06%
GREEN value IS 180 (70.70% from 255) = 30.77%
BLUE value IS 235 (92.19% from 255) = 40.17%
R=29.06%
G=30.77%
B=40.17%

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
Decimal1701802350.280.2300.08230.7761.979.41
HexAAB4EB1C1708e73e4f
Octal252264353342701034776117
Binary101010101011010011101011111001011101000111001111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB4EB; }

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

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

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

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

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

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

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

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