#AEB2DF

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

Shades of Perano #AEB2DF

Tints of Perano #AEB2DF

Color information

#AEB2DF (or 0xAEB2DF) is unknown color: approx Perano. HEX triplet: AE, B2 and DF. RGB value is (174,178,223). Sum of RGB (Red+Green+Blue) = 174+178+223=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 178 (69.92% from 255 or 30.96% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #AEB2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB2DF is #514D20. Grayscale: #B5B5B5. Windows color (decimal): -5328161 or 14660270. OLE color: 14660270.

HSL color Cylindrical-coordinate representation of color #AEB2DF: hue angle of 235.1º degrees, saturation: 0.43, 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 #AEB2DF is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174178223-
CMYK0.220.2000.13
HSL235.1º43.36%77.84%-
HSV(B)235.1º21.97%87.45%-
XYZ46.746.1776.26-
YUV181.93151.17122.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.26%
GREEN value IS 178 (69.92% from 255) = 30.96%
BLUE value IS 223 (87.5% from 255) = 38.78%
R=30.26%
G=30.96%
B=38.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741782230.220.2000.13235.143.3677.84
HexAEB2DF16140Deb2b4e
Octal256262337262401535353116
Binary101011101011001011011111101101010001101111010111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB2DF; }

 p { color: rgb(174,178,223); }

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

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

 a { background-color: rgb(174,178,223); }

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

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

 span { border-color: rgb(174,178,223); }

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