#AEB6DE

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

Shades of Perano #AEB6DE

Tints of Perano #AEB6DE

Color information

#AEB6DE (or 0xAEB6DE) is unknown color: approx Perano. HEX triplet: AE, B6 and DE. RGB value is (174,182,222). Sum of RGB (Red+Green+Blue) = 174+182+222=578 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.10% from 578); Green value is 182 (71.48% from 255 or 31.49% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #AEB6DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB6DE is #514921. Grayscale: #B8B8B8. Windows color (decimal): -5327138 or 14595758. OLE color: 14595758.

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

Color convert

RGB174182222-
CMYK0.220.1800.13
HSL230º42.11%77.65%-
HSV(B)230º21.62%87.06%-
XYZ47.3747.7375.82-
YUV184.17149.35120.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.10%
GREEN value IS 182 (71.48% from 255) = 31.49%
BLUE value IS 222 (87.11% from 255) = 38.41%
R=30.10%
G=31.49%
B=38.41%

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
Decimal1741822220.220.1800.1323042.1177.65
HexAEB6DE16120De62a4e
Octal256266336262201534652116
Binary101011101011011011011110101101001001101111001101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB6DE; }

 p { color: rgb(174,182,222); }

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

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

 a { background-color: rgb(174,182,222); }

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

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

 span { border-color: rgb(174,182,222); }

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