Html Css Color HEX #AEACEE Perano

📋 copy color: '#AEACEE'

red 174 ◦ green 172 ◦ blue 238

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

Shades of Perano #AEACEE

Tints of Perano #AEACEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.75%

R = 29.79%
G = 29.45%
B = 40.75%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEACEE (or 0xAEACEE) is known color: Perano. HEX triplet: AE, AC and EE. RGB value is (174,172,238). Sum of RGB (Red+Green+Blue) = 174+172+238=584 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.79% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #AEACEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEACEE is #515311. Grayscale: #B3B3B3. Windows color (decimal): -5329682 or 15641774. OLE color: 15641774.

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

Color convert

RGB 174 172 238 -
CMYK 0.27 0.28 0 0.07
HSL 241.82º 0.66% 0.8% -
HSV(B) 241.82º 0.28% 0.93% -
XYZ 47.64 44.68 87 -
YUV 180.12 160.66 123.63 -
System Red Green Blue C M Y K H S L
Decimal 174 172 238 0.27 0.28 0 0.07 241.82 0.66 0.8
Hex AE AC EE 1B 1C 0 7 F2 42 50
Octal 256 254 356 33 34 0 7 362 102 120
Binary 10101110 10101100 11101110 11011 11100 0 111 11110010 1000010 1010000

Color Harmonies of #AEACEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEACEE

Black with #AEACEE

Text Example


Text Example

White with #AEACEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEACEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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