#AEABEB

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

Shades of Perano #AEABEB

Tints of Perano #AEABEB

Color information

#AEABEB (or 0xAEABEB) is unknown color: approx Perano. HEX triplet: AE, AB and EB. RGB value is (174,171,235). Sum of RGB (Red+Green+Blue) = 174+171+235=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #AEABEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEABEB is #515414. Grayscale: #B2B2B2. Windows color (decimal): -5329941 or 15444910. OLE color: 15444910.

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

Color convert

RGB174171235-
CMYK0.260.2700.08
HSL242.81º61.54%79.61%-
HSV(B)242.81º27.23%92.16%-
XYZ47.0144.1284.64-
YUV179.19159.49124.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30%
GREEN value IS 171 (67.19% from 255) = 29.48%
BLUE value IS 235 (92.19% from 255) = 40.52%
R=30%
G=29.48%
B=40.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1741712350.260.2700.08242.8161.5479.61
HexAEABEB1A1B08f33e50
Octal256253353323301036376120
Binary101011101010101111101011110101101101000111100111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEABEB; }

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

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

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

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

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

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

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

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