#AEBADF

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

Shades of Perano #AEBADF

Tints of Perano #AEBADF

Color information

#AEBADF (or 0xAEBADF) is unknown color: approx Perano. HEX triplet: AE, BA and DF. RGB value is (174,186,223). Sum of RGB (Red+Green+Blue) = 174+186+223=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #AEBADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBADF is #514520. Grayscale: #BABABA. Windows color (decimal): -5326113 or 14662318. OLE color: 14662318.

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

Color convert

RGB174186223-
CMYK0.220.1700.13
HSL225.31º43.36%77.84%-
HSV(B)225.31º21.97%87.45%-
XYZ48.3349.4476.81-
YUV186.63148.52118.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.85%
GREEN value IS 186 (73.05% from 255) = 31.90%
BLUE value IS 223 (87.5% from 255) = 38.25%
R=29.85%
G=31.90%
B=38.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741862230.220.1700.13225.3143.3677.84
HexAEBADF16110De12b4e
Octal256272337262101534153116
Binary101011101011101011011111101101000101101111000011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBADF; }

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

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

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

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

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

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

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

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