#AEBCFF

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

Shades of Perano #AEBCFF

Tints of Perano #AEBCFF

Color information

#AEBCFF (or 0xAEBCFF) is unknown color: approx Perano. HEX triplet: AE, BC and FF. RGB value is (174,188,255). Sum of RGB (Red+Green+Blue) = 174+188+255=617 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.20% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEBCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBCFF is #514300. Grayscale: #BFBFBF. Windows color (decimal): -5325569 or 16759982. OLE color: 16759982.

HSL color Cylindrical-coordinate representation of color #AEBCFF: hue angle of 229.63º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEBCFF is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB174188255-
CMYK0.320.2600
HSL229.63º100%84.12%-
HSV(B)229.63º31.76%100%-
XYZ53.4952.19101.86-
YUV191.45163.86115.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.20%
GREEN value IS 188 (73.83% from 255) = 30.47%
BLUE value IS 255 (100% from 255) = 41.33%
R=28.20%
G=30.47%
B=41.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1741882550.320.2600229.6310084.12
HexAEBCFF201A00e66454
Octal256274377403200346144124
Binary10101110101111001111111110000011010001110011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCFF; }

 p { color: rgb(174,188,255); }

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

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

 a { background-color: rgb(174,188,255); }

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

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

 span { border-color: rgb(174,188,255); }

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