#AEBDFD

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

Shades of Perano #AEBDFD

Tints of Perano #AEBDFD

Color information

#AEBDFD (or 0xAEBDFD) is unknown color: approx Perano. HEX triplet: AE, BD and FD. RGB value is (174,189,253). Sum of RGB (Red+Green+Blue) = 174+189+253=616 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.25% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #AEBDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBDFD is #514202. Grayscale: #BFBFBF. Windows color (decimal): -5325315 or 16629166. OLE color: 16629166.

HSL color Cylindrical-coordinate representation of color #AEBDFD: hue angle of 228.61º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEBDFD is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB174189253-
CMYK0.310.2500.01
HSL228.61º95.18%83.73%-
HSV(B)228.61º31.23%99.22%-
XYZ53.3852.49100.25-
YUV191.81162.53115.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.25%
GREEN value IS 189 (74.22% from 255) = 30.68%
BLUE value IS 253 (99.22% from 255) = 41.07%
R=28.25%
G=30.68%
B=41.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1741892530.310.2500.01228.6195.1883.73
HexAEBDFD1F1901e55f54
Octal256275375373101345137124
Binary1010111010111101111111011111111001011110010110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBDFD; }

 p { color: rgb(174,189,253); }

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

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

 a { background-color: rgb(174,189,253); }

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

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

 span { border-color: rgb(174,189,253); }

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