#AABCE1

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

Shades of Perano #AABCE1

Tints of Perano #AABCE1

Color information

#AABCE1 (or 0xAABCE1) is unknown color: approx Perano. HEX triplet: AA, BC and E1. RGB value is (170,188,225). Sum of RGB (Red+Green+Blue) = 170+188+225=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 225 (88.28% from 255 or 38.59% from 583); Max value from RGB is 225 - color contains mainly: blue. Hex color #AABCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCE1 is #55431E. Grayscale: #BABABA. Windows color (decimal): -5587743 or 14793898. OLE color: 14793898.

HSL color Cylindrical-coordinate representation of color #AABCE1: hue angle of 220.36º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AABCE1 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB170188225-
CMYK0.240.1600.12
HSL220.36º47.83%77.45%-
HSV(B)220.36º24.44%88.24%-
XYZ48.1549.9578.34-
YUV186.84149.54115.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.16%
GREEN value IS 188 (73.83% from 255) = 32.25%
BLUE value IS 225 (88.28% from 255) = 38.59%
R=29.16%
G=32.25%
B=38.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1701882250.240.1600.12220.3647.8377.45
HexAABCE118100Cdc304d
Octal252274341302001433460115
Binary101010101011110011100001110001000001100110111001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABCE1; }

 p { color: rgb(170,188,225); }

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

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

 a { background-color: rgb(170,188,225); }

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

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

 span { border-color: rgb(170,188,225); }

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