#AEBAF2

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

Shades of Perano #AEBAF2

Tints of Perano #AEBAF2

Color information

#AEBAF2 (or 0xAEBAF2) is unknown color: approx Perano. HEX triplet: AE, BA and F2. RGB value is (174,186,242). Sum of RGB (Red+Green+Blue) = 174+186+242=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 242 (94.92% from 255 or 40.20% from 602); Max value from RGB is 242 - color contains mainly: blue. Hex color #AEBAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBAF2 is #51450D. Grayscale: #BCBCBC. Windows color (decimal): -5326094 or 15907502. OLE color: 15907502.

HSL color Cylindrical-coordinate representation of color #AEBAF2: hue angle of 229.41º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEBAF2 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174186242-
CMYK0.280.2300.05
HSL229.41º72.34%81.57%-
HSV(B)229.41º28.1%94.9%-
XYZ51.0450.5391.07-
YUV188.8158.02117.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.90%
GREEN value IS 186 (73.05% from 255) = 30.90%
BLUE value IS 242 (94.92% from 255) = 40.20%
R=28.90%
G=30.90%
B=40.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1741862420.280.2300.05229.4172.3481.57
HexAEBAF21C1705e54852
Octal256272362342705345110122
Binary101011101011101011110010111001011101011110010110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBAF2; }

 p { color: rgb(174,186,242); }

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

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

 a { background-color: rgb(174,186,242); }

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

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

 span { border-color: rgb(174,186,242); }

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