#AEBEFD

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

Shades of Perano #AEBEFD

Tints of Perano #AEBEFD

Color information

#AEBEFD (or 0xAEBEFD) is unknown color: approx Perano. HEX triplet: AE, BE and FD. RGB value is (174,190,253). Sum of RGB (Red+Green+Blue) = 174+190+253=617 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.20% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #AEBEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBEFD is #514102. Grayscale: #C0C0C0. Windows color (decimal): -5325059 or 16629422. OLE color: 16629422.

HSL color Cylindrical-coordinate representation of color #AEBEFD: hue angle of 227.85º 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 #AEBEFD is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB174190253-
CMYK0.310.2500.01
HSL227.85º95.18%83.73%-
HSV(B)227.85º31.23%99.22%-
XYZ53.652.92100.32-
YUV192.4162.2114.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.20%
GREEN value IS 190 (74.61% from 255) = 30.79%
BLUE value IS 253 (99.22% from 255) = 41.00%
R=28.20%
G=30.79%
B=41.00%

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
Decimal1741902530.310.2500.01227.8595.1883.73
HexAEBEFD1F1901e45f54
Octal256276375373101344137124
Binary1010111010111110111111011111111001011110010010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBEFD; }

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

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

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

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

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

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

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

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