#AEB2FC

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

Shades of Perano #AEB2FC

Tints of Perano #AEB2FC

Color information

#AEB2FC (or 0xAEB2FC) is unknown color: approx Perano. HEX triplet: AE, B2 and FC. RGB value is (174,178,252). Sum of RGB (Red+Green+Blue) = 174+178+252=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 178 (69.92% from 255 or 29.47% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #AEB2FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEB2FC is #514D03. Grayscale: #B8B8B8. Windows color (decimal): -5328132 or 16560814. OLE color: 16560814.

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

Color convert

RGB174178252-
CMYK0.310.2900.01
HSL236.92º92.86%83.53%-
HSV(B)236.92º30.95%98.82%-
XYZ50.9547.8798.65-
YUV185.24165.67119.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.81%
GREEN value IS 178 (69.92% from 255) = 29.47%
BLUE value IS 252 (98.83% from 255) = 41.72%
R=28.81%
G=29.47%
B=41.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1741782520.310.2900.01236.9292.8683.53
HexAEB2FC1F1D01ed5d54
Octal256262374373501355135124
Binary1010111010110010111111001111111101011110110110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB2FC; }

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

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

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

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

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

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

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

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