#AEBFFD

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

Shades of Perano #AEBFFD

Tints of Perano #AEBFFD

Color information

#AEBFFD (or 0xAEBFFD) is unknown color: approx Perano. HEX triplet: AE, BF and FD. RGB value is (174,191,253). Sum of RGB (Red+Green+Blue) = 174+191+253=618 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.16% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #AEBFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBFFD is #514002. Grayscale: #C0C0C0. Windows color (decimal): -5324803 or 16629678. OLE color: 16629678.

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

Color convert

RGB174191253-
CMYK0.310.2500.01
HSL227.09º95.18%83.73%-
HSV(B)227.09º31.23%99.22%-
XYZ53.8253.35100.39-
YUV192.98161.87114.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.16%
GREEN value IS 191 (75% from 255) = 30.91%
BLUE value IS 253 (99.22% from 255) = 40.94%
R=28.16%
G=30.91%
B=40.94%

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
Decimal1741912530.310.2500.01227.0995.1883.73
HexAEBFFD1F1901e35f54
Octal256277375373101343137124
Binary1010111010111111111111011111111001011110001110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBFFD; }

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

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

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

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

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

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

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

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