#AEB5FC

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

Shades of Perano #AEB5FC

Tints of Perano #AEB5FC

Color information

#AEB5FC (or 0xAEB5FC) is unknown color: approx Perano. HEX triplet: AE, B5 and FC. RGB value is (174,181,252). Sum of RGB (Red+Green+Blue) = 174+181+252=607 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.67% from 607); Green value is 181 (71.09% from 255 or 29.82% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #AEB5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB5FC is #514A03. Grayscale: #BABABA. Windows color (decimal): -5327364 or 16561582. OLE color: 16561582.

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

Color convert

RGB174181252-
CMYK0.310.2800.01
HSL234.62º92.86%83.53%-
HSV(B)234.62º30.95%98.82%-
XYZ51.5549.0798.85-
YUV187164.68118.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.67%
GREEN value IS 181 (71.09% from 255) = 29.82%
BLUE value IS 252 (98.83% from 255) = 41.52%
R=28.67%
G=29.82%
B=41.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1741812520.310.2800.01234.6292.8683.53
HexAEB5FC1F1C01eb5d54
Octal256265374373401353135124
Binary1010111010110101111111001111111100011110101110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB5FC; }

 p { color: rgb(174,181,252); }

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

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

 a { background-color: rgb(174,181,252); }

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

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

 span { border-color: rgb(174,181,252); }

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