#AEBAFF

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

Shades of Perano #AEBAFF

Tints of Perano #AEBAFF

Color information

#AEBAFF (or 0xAEBAFF) is unknown color: approx Perano. HEX triplet: AE, BA and FF. RGB value is (174,186,255). Sum of RGB (Red+Green+Blue) = 174+186+255=615 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.29% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEBAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBAFF is #514500. Grayscale: #BDBDBD. Windows color (decimal): -5326081 or 16759470. OLE color: 16759470.

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

Color convert

RGB174186255-
CMYK0.320.2700
HSL231.11º100%84.12%-
HSV(B)231.11º31.76%100%-
XYZ53.0651.34101.72-
YUV190.28164.52116.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.29%
GREEN value IS 186 (73.05% from 255) = 30.24%
BLUE value IS 255 (100% from 255) = 41.46%
R=28.29%
G=30.24%
B=41.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1741862550.320.2700231.1110084.12
HexAEBAFF201B00e76454
Octal256272377403300347144124
Binary10101110101110101111111110000011011001110011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBAFF; }

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

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

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

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

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

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

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

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