#AEBBDC

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

Shades of Perano #AEBBDC

Tints of Perano #AEBBDC

Color information

#AEBBDC (or 0xAEBBDC) is unknown color: approx Perano. HEX triplet: AE, BB and DC. RGB value is (174,187,220). Sum of RGB (Red+Green+Blue) = 174+187+220=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEBBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBDC is #514423. Grayscale: #BABABA. Windows color (decimal): -5325860 or 14465966. OLE color: 14465966.

HSL color Cylindrical-coordinate representation of color #AEBBDC: hue angle of 223.04º 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 #AEBBDC is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB174187220-
CMYK0.210.1500.14
HSL223.04º39.66%77.25%-
HSV(B)223.04º20.91%86.27%-
XYZ48.1449.7174.77-
YUV186.88146.69118.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.95%
GREEN value IS 187 (73.44% from 255) = 32.19%
BLUE value IS 220 (86.33% from 255) = 37.87%
R=29.95%
G=32.19%
B=37.87%

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
Decimal1741872200.210.1500.14223.0439.6677.25
HexAEBBDC15F0Edf284d
Octal256273334251701633750115
Binary10101110101110111101110010101111101110110111111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBDC; }

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

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

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

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

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

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

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

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