#AEBCDE

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

Shades of Perano #AEBCDE

Tints of Perano #AEBCDE

Color information

#AEBCDE (or 0xAEBCDE) is unknown color: approx Perano. HEX triplet: AE, BC and DE. RGB value is (174,188,222). Sum of RGB (Red+Green+Blue) = 174+188+222=584 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.79% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 222 - color contains mainly: blue. Hex color #AEBCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCDE is #514321. Grayscale: #BBBBBB. Windows color (decimal): -5325602 or 14597294. OLE color: 14597294.

HSL color Cylindrical-coordinate representation of color #AEBCDE: hue angle of 222.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 #AEBCDE is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174188222-
CMYK0.220.1500.13
HSL222.5º42.11%77.65%-
HSV(B)222.5º21.62%87.06%-
XYZ48.6250.2476.24-
YUV187.69147.36118.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.79%
GREEN value IS 188 (73.83% from 255) = 32.19%
BLUE value IS 222 (87.11% from 255) = 38.01%
R=29.79%
G=32.19%
B=38.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741882220.220.1500.13222.542.1177.65
HexAEBCDE16F0Dde2a4e
Octal256274336261701533652116
Binary10101110101111001101111010110111101101110111101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCDE; }

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

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

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

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

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

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

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

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