#AABAEB

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

Shades of Perano #AABAEB

Tints of Perano #AABAEB

Color information

#AABAEB (or 0xAABAEB) is unknown color: approx Perano. HEX triplet: AA, BA and EB. RGB value is (170,186,235). Sum of RGB (Red+Green+Blue) = 170+186+235=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #AABAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABAEB is #554514. Grayscale: #BABABA. Windows color (decimal): -5588245 or 15448746. OLE color: 15448746.

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

Color convert

RGB170186235-
CMYK0.280.2100.08
HSL225.23º61.9%79.41%-
HSV(B)225.23º27.66%92.16%-
XYZ49.1349.6685.59-
YUV186.8155.2116.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.76%
GREEN value IS 186 (73.05% from 255) = 31.47%
BLUE value IS 235 (92.19% from 255) = 39.76%
R=28.76%
G=31.47%
B=39.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701862350.280.2100.08225.2361.979.41
HexAABAEB1C1508e13e4f
Octal252272353342501034176117
Binary101010101011101011101011111001010101000111000011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABAEB; }

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

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

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

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

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

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

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

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