#AEB7DF

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

Shades of Perano #AEB7DF

Tints of Perano #AEB7DF

Color information

#AEB7DF (or 0xAEB7DF) is unknown color: approx Perano. HEX triplet: AE, B7 and DF. RGB value is (174,183,223). Sum of RGB (Red+Green+Blue) = 174+183+223=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 183 (71.88% from 255 or 31.55% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #AEB7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB7DF is #514820. Grayscale: #B8B8B8. Windows color (decimal): -5326881 or 14661550. OLE color: 14661550.

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

Color convert

RGB174183223-
CMYK0.220.1800.13
HSL228.98º43.36%77.84%-
HSV(B)228.98º21.97%87.45%-
XYZ47.7148.1976.6-
YUV184.87149.52120.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30%
GREEN value IS 183 (71.88% from 255) = 31.55%
BLUE value IS 223 (87.5% from 255) = 38.45%
R=30%
G=31.55%
B=38.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741832230.220.1800.13228.9843.3677.84
HexAEB7DF16120De52b4e
Octal256267337262201534553116
Binary101011101011011111011111101101001001101111001011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB7DF; }

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

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

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

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

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

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

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

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