#AEB9F2

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

Shades of Perano #AEB9F2

Tints of Perano #AEB9F2

Color information

#AEB9F2 (or 0xAEB9F2) is unknown color: approx Perano. HEX triplet: AE, B9 and F2. RGB value is (174,185,242). Sum of RGB (Red+Green+Blue) = 174+185+242=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 185 (72.66% from 255 or 30.78% from 601); Blue value is 242 (94.92% from 255 or 40.27% from 601); Max value from RGB is 242 - color contains mainly: blue. Hex color #AEB9F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB9F2 is #51460D. Grayscale: #BBBBBB. Windows color (decimal): -5326350 or 15907246. OLE color: 15907246.

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

Color convert

RGB174185242-
CMYK0.280.2400.05
HSL230.29º72.34%81.57%-
HSV(B)230.29º28.1%94.9%-
XYZ50.8350.1191-
YUV188.21158.36117.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.95%
GREEN value IS 185 (72.66% from 255) = 30.78%
BLUE value IS 242 (94.92% from 255) = 40.27%
R=28.95%
G=30.78%
B=40.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1741852420.280.2400.05230.2972.3481.57
HexAEB9F21C1805e64852
Octal256271362343005346110122
Binary101011101011100111110010111001100001011110011010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB9F2; }

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

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

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

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

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

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

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

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