#AEB0DE

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

Shades of Perano #AEB0DE

Tints of Perano #AEB0DE

Color information

#AEB0DE (or 0xAEB0DE) is unknown color: approx Perano. HEX triplet: AE, B0 and DE. RGB value is (174,176,222). Sum of RGB (Red+Green+Blue) = 174+176+222=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 176 (69.14% from 255 or 30.77% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 222 - color contains mainly: blue. Hex color #AEB0DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB0DE is #514F21. Grayscale: #B4B4B4. Windows color (decimal): -5328674 or 14594222. OLE color: 14594222.

HSL color Cylindrical-coordinate representation of color #AEB0DE: hue angle of 237.5º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEB0DE is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174176222-
CMYK0.220.2100.13
HSL237.5º42.11%77.65%-
HSV(B)237.5º21.62%87.06%-
XYZ46.1745.3275.42-
YUV180.65151.34123.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.42%
GREEN value IS 176 (69.14% from 255) = 30.77%
BLUE value IS 222 (87.11% from 255) = 38.81%
R=30.42%
G=30.77%
B=38.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741762220.220.2100.13237.542.1177.65
HexAEB0DE16150Dee2a4e
Octal256260336262501535652116
Binary101011101011000011011110101101010101101111011101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB0DE; }

 p { color: rgb(174,176,222); }

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

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

 a { background-color: rgb(174,176,222); }

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

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

 span { border-color: rgb(174,176,222); }

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