#AABFEA

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

Shades of Perano #AABFEA

Tints of Perano #AABFEA

Color information

#AABFEA (or 0xAABFEA) is unknown color: approx Perano. HEX triplet: AA, BF and EA. RGB value is (170,191,234). Sum of RGB (Red+Green+Blue) = 170+191+234=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #AABFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABFEA is #554015. Grayscale: #BDBDBD. Windows color (decimal): -5586966 or 15384490. OLE color: 15384490.

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

Color convert

RGB170191234-
CMYK0.270.1800.08
HSL220.31º60.38%79.22%-
HSV(B)220.31º27.35%91.76%-
XYZ50.0651.7585.19-
YUV189.62153.04114-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.57%
GREEN value IS 191 (75% from 255) = 32.10%
BLUE value IS 234 (91.80% from 255) = 39.33%
R=28.57%
G=32.10%
B=39.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701912340.270.1800.08220.3160.3879.22
HexAABFEA1B1208dc3c4f
Octal252277352332201033474117
Binary101010101011111111101010110111001001000110111001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABFEA; }

 p { color: rgb(170,191,234); }

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

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

 a { background-color: rgb(170,191,234); }

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

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

 span { border-color: rgb(170,191,234); }

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