#AEBEEB

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

Shades of Perano #AEBEEB

Tints of Perano #AEBEEB

Color information

#AEBEEB (or 0xAEBEEB) is unknown color: approx Perano. HEX triplet: AE, BE and EB. RGB value is (174,190,235). Sum of RGB (Red+Green+Blue) = 174+190+235=599 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.05% from 599); Green value is 190 (74.61% from 255 or 31.72% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #AEBEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBEEB is #514114. Grayscale: #BEBEBE. Windows color (decimal): -5325077 or 15449774. OLE color: 15449774.

HSL color Cylindrical-coordinate representation of color #AEBEEB: hue angle of 224.26º 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 #AEBEEB is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174190235-
CMYK0.260.1900.08
HSL224.26º60.4%80.2%-
HSV(B)224.26º25.96%92.16%-
XYZ50.8651.8285.92-
YUV190.35153.2116.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.05%
GREEN value IS 190 (74.61% from 255) = 31.72%
BLUE value IS 235 (92.19% from 255) = 39.23%
R=29.05%
G=31.72%
B=39.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1741902350.260.1900.08224.2660.480.2
HexAEBEEB1A1308e03c50
Octal256276353322301034074120
Binary101011101011111011101011110101001101000111000001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBEEB; }

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

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

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

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

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

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

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

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