Html Css Color HEX #AEAEEC Perano

📋 copy color: '#AEAEEC'

red 174 ◦ green 174 ◦ blue 236

#AEAEEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #AEAEEC

Tints of Perano #AEAEEC

RGB

 RED value IS 174 (68.36% from 255) = 29.79%

 GREEN value IS 174 (68.36% from 255) = 29.79%

 BLUE value IS 236 (92.58% from 255) = 40.41%

R = 29.79%
G = 29.79%
B = 40.41%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEAEEC (or 0xAEAEEC) is known color: Perano. HEX triplet: AE, AE and EC. RGB value is (174,174,236). Sum of RGB (Red+Green+Blue) = 174+174+236=584 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.79% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEAEEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEAEEC is #515113. Grayscale: #B4B4B4. Windows color (decimal): -5329172 or 15511214. OLE color: 15511214.

HSL color Cylindrical-coordinate representation of color #AEAEEC: hue angle of 240º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEAEEC is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 174 236 -
CMYK 0.26 0.26 0 0.07
HSL 240º 0.62% 0.8% -
HSV(B) 240º 0.26% 0.93% -
XYZ 47.73 45.33 85.59 -
YUV 181.07 159 122.96 -
System Red Green Blue C M Y K H S L
Decimal 174 174 236 0.26 0.26 0 0.07 240 0.62 0.8
Hex AE AE EC 1A 1A 0 7 F0 3E 50
Octal 256 256 354 32 32 0 7 360 76 120
Binary 10101110 10101110 11101100 11010 11010 0 111 11110000 111110 1010000

Color Harmonies of #AEAEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAEEC

Black with #AEAEEC

Text Example


Text Example

White with #AEAEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAEEC; }

 p { color: rgb(174,174,236); }

 H1.HeaderClassName
 {
   color: #AEAEEC;
 }
 .AnyTagClassName
 {
   color: #AEAEEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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