Html Css Color HEX #AEACEC Perano

📋 copy color: '#AEACEC'

red 174 ◦ green 172 ◦ blue 236

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

Shades of Perano #AEACEC

Tints of Perano #AEACEC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.55%

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

R = 29.9%
G = 29.55%
B = 40.55%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEACEC (or 0xAEACEC) is known color: Perano. HEX triplet: AE, AC and EC. RGB value is (174,172,236). Sum of RGB (Red+Green+Blue) = 174+172+236=582 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.90% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEACEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEACEC is #515313. Grayscale: #B3B3B3. Windows color (decimal): -5329684 or 15510702. OLE color: 15510702.

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

Color convert

RGB 174 172 236 -
CMYK 0.26 0.27 0 0.07
HSL 241.88º 0.63% 0.8% -
HSV(B) 241.88º 0.27% 0.93% -
XYZ 47.35 44.56 85.46 -
YUV 179.89 159.66 123.8 -
System Red Green Blue C M Y K H S L
Decimal 174 172 236 0.26 0.27 0 0.07 241.88 0.63 0.8
Hex AE AC EC 1A 1B 0 7 F2 3F 50
Octal 256 254 354 32 33 0 7 362 77 120
Binary 10101110 10101100 11101100 11010 11011 0 111 11110010 111111 1010000

Color Harmonies of #AEACEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEACEC

Black with #AEACEC

Text Example


Text Example

White with #AEACEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEACEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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