#AEAFEB

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

Shades of Perano #AEAFEB

Tints of Perano #AEAFEB

Color information

#AEAFEB (or 0xAEAFEB) is unknown color: approx Perano. HEX triplet: AE, AF and EB. RGB value is (174,175,235). Sum of RGB (Red+Green+Blue) = 174+175+235=584 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.79% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 235 - color contains mainly: blue. Hex color #AEAFEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEAFEB is #515014. Grayscale: #B5B5B5. Windows color (decimal): -5328917 or 15445934. OLE color: 15445934.

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

Color convert

RGB174175235-
CMYK0.260.2600.08
HSL239.02º60.4%80.2%-
HSV(B)239.02º25.96%92.16%-
XYZ47.7845.6684.89-
YUV181.54158.17122.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.79%
GREEN value IS 175 (68.75% from 255) = 29.97%
BLUE value IS 235 (92.19% from 255) = 40.24%
R=29.79%
G=29.97%
B=40.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1741752350.260.2600.08239.0260.480.2
HexAEAFEB1A1A08ef3c50
Octal256257353323201035774120
Binary101011101010111111101011110101101001000111011111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAFEB; }

 p { color: rgb(174,175,235); }

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

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

 a { background-color: rgb(174,175,235); }

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

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

 span { border-color: rgb(174,175,235); }

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