#AEBADC

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

Shades of Perano #AEBADC

Tints of Perano #AEBADC

Color information

#AEBADC (or 0xAEBADC) is unknown color: approx Perano. HEX triplet: AE, BA and DC. RGB value is (174,186,220). Sum of RGB (Red+Green+Blue) = 174+186+220=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEBADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBADC is #514523. Grayscale: #BABABA. Windows color (decimal): -5326116 or 14465710. OLE color: 14465710.

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

Color convert

RGB174186220-
CMYK0.210.1500.14
HSL224.35º39.66%77.25%-
HSV(B)224.35º20.91%86.27%-
XYZ47.9349.2874.7-
YUV186.29147.02119.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30%
GREEN value IS 186 (73.05% from 255) = 32.07%
BLUE value IS 220 (86.33% from 255) = 37.93%
R=30%
G=32.07%
B=37.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1741862200.210.1500.14224.3539.6677.25
HexAEBADC15F0Ee0284d
Octal256272334251701634050115
Binary10101110101110101101110010101111101110111000001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBADC; }

 p { color: rgb(174,186,220); }

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

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

 a { background-color: rgb(174,186,220); }

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

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

 span { border-color: rgb(174,186,220); }

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