#AEB7DD

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

Shades of Perano #AEB7DD

Tints of Perano #AEB7DD

Color information

#AEB7DD (or 0xAEB7DD) is unknown color: approx Perano. HEX triplet: AE, B7 and DD. RGB value is (174,183,221). Sum of RGB (Red+Green+Blue) = 174+183+221=578 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.10% from 578); Green value is 183 (71.88% from 255 or 31.66% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #AEB7DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB7DD is #514822. Grayscale: #B8B8B8. Windows color (decimal): -5326883 or 14530478. OLE color: 14530478.

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

Color convert

RGB174183221-
CMYK0.210.1700.13
HSL228.51º40.87%77.45%-
HSV(B)228.51º21.27%86.67%-
XYZ47.4448.0975.19-
YUV184.64148.52120.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.10%
GREEN value IS 183 (71.88% from 255) = 31.66%
BLUE value IS 221 (86.72% from 255) = 38.24%
R=30.10%
G=31.66%
B=38.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741832210.210.1700.13228.5140.8777.45
HexAEB7DD15110De5294d
Octal256267335252101534551115
Binary101011101011011111011101101011000101101111001011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB7DD; }

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

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

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

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

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

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

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

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