#AEB8FC

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

Shades of Perano #AEB8FC

Tints of Perano #AEB8FC

Color information

#AEB8FC (or 0xAEB8FC) is unknown color: approx Perano. HEX triplet: AE, B8 and FC. RGB value is (174,184,252). Sum of RGB (Red+Green+Blue) = 174+184+252=610 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.52% from 610); Green value is 184 (72.27% from 255 or 30.16% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #AEB8FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB8FC is #514703. Grayscale: #BCBCBC. Windows color (decimal): -5326596 or 16562350. OLE color: 16562350.

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

Color convert

RGB174184252-
CMYK0.310.2700.01
HSL232.31º92.86%83.53%-
HSV(B)232.31º30.95%98.82%-
XYZ52.1750.3199.06-
YUV188.76163.69117.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.52%
GREEN value IS 184 (72.27% from 255) = 30.16%
BLUE value IS 252 (98.83% from 255) = 41.31%
R=28.52%
G=30.16%
B=41.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1741842520.310.2700.01232.3192.8683.53
HexAEB8FC1F1B01e85d54
Octal256270374373301350135124
Binary1010111010111000111111001111111011011110100010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB8FC; }

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

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

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

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

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

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

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

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