#AEB0FC

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

Shades of Perano #AEB0FC

Tints of Perano #AEB0FC

Color information

#AEB0FC (or 0xAEB0FC) is unknown color: approx Perano. HEX triplet: AE, B0 and FC. RGB value is (174,176,252). Sum of RGB (Red+Green+Blue) = 174+176+252=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #AEB0FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEB0FC is #514F03. Grayscale: #B7B7B7. Windows color (decimal): -5328644 or 16560302. OLE color: 16560302.

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

Color convert

RGB174176252-
CMYK0.310.3000.01
HSL238.46º92.86%83.53%-
HSV(B)238.46º30.95%98.82%-
XYZ50.5547.0898.52-
YUV184.07166.34120.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.90%
GREEN value IS 176 (69.14% from 255) = 29.24%
BLUE value IS 252 (98.83% from 255) = 41.86%
R=28.90%
G=29.24%
B=41.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1741762520.310.3000.01238.4692.8683.53
HexAEB0FC1F1E01ee5d54
Octal256260374373601356135124
Binary1010111010110000111111001111111110011110111010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB0FC; }

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

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

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

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

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

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

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

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