#AEADFC

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

Shades of Perano #AEADFC

Tints of Perano #AEADFC

Color information

#AEADFC (or 0xAEADFC) is unknown color: approx Perano. HEX triplet: AE, AD and FC. RGB value is (174,173,252). Sum of RGB (Red+Green+Blue) = 174+173+252=599 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.05% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #AEADFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEADFC is #515203. Grayscale: #B5B5B5. Windows color (decimal): -5329412 or 16559534. OLE color: 16559534.

HSL color Cylindrical-coordinate representation of color #AEADFC: hue angle of 240.76º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEADFC is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB174173252-
CMYK0.310.3100.01
HSL240.76º92.94%83.33%-
HSV(B)240.76º31.35%98.82%-
XYZ49.9745.9198.32-
YUV182.3167.33122.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.05%
GREEN value IS 173 (67.97% from 255) = 28.88%
BLUE value IS 252 (98.83% from 255) = 42.07%
R=29.05%
G=28.88%
B=42.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1741732520.310.3100.01240.7692.9483.33
HexAEADFC1F1F01f15d53
Octal256255374373701361135123
Binary1010111010101101111111001111111111011111000110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEADFC; }

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

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

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

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

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

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

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

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