#AEBCDD

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

Shades of Perano #AEBCDD

Tints of Perano #AEBCDD

Color information

#AEBCDD (or 0xAEBCDD) is unknown color: approx Perano. HEX triplet: AE, BC and DD. RGB value is (174,188,221). Sum of RGB (Red+Green+Blue) = 174+188+221=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #AEBCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCDD is #514322. Grayscale: #BBBBBB. Windows color (decimal): -5325603 or 14531758. OLE color: 14531758.

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

Color convert

RGB174188221-
CMYK0.210.1500.13
HSL222.13º40.87%77.45%-
HSV(B)222.13º21.27%86.67%-
XYZ48.4950.1975.54-
YUV187.58146.86118.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.85%
GREEN value IS 188 (73.83% from 255) = 32.25%
BLUE value IS 221 (86.72% from 255) = 37.91%
R=29.85%
G=32.25%
B=37.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741882210.210.1500.13222.1340.8777.45
HexAEBCDD15F0Dde294d
Octal256274335251701533651115
Binary10101110101111001101110110101111101101110111101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCDD; }

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

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

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

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

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

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

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

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