Html Css Color HEX #AEADF2 Perano

📋 copy color: '#AEADF2'

red 174 ◦ green 173 ◦ blue 242

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

Shades of Perano #AEADF2

Tints of Perano #AEADF2

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.37%

 BLUE value IS 242 (94.92% from 255) = 41.09%

R = 29.54%
G = 29.37%
B = 41.09%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AEADF2 (or 0xAEADF2) is known color: Perano. HEX triplet: AE, AD and F2. RGB value is (174,173,242). Sum of RGB (Red+Green+Blue) = 174+173+242=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 242 (94.92% from 255 or 41.09% from 589); Max value from RGB is 242 - color contains mainly: blue. Hex color #AEADF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEADF2 is #51520D. Grayscale: #B4B4B4. Windows color (decimal): -5329422 or 15904174. OLE color: 15904174.

HSL color Cylindrical-coordinate representation of color #AEADF2: hue angle of 240.87º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEADF2 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 173 242 -
CMYK 0.28 0.29 0 0.05
HSL 240.87º 0.73% 0.81% -
HSV(B) 240.87º 0.29% 0.95% -
XYZ 48.43 45.3 90.2 -
YUV 181.17 162.33 122.89 -
System Red Green Blue C M Y K H S L
Decimal 174 173 242 0.28 0.29 0 0.05 240.87 0.73 0.81
Hex AE AD F2 1C 1D 0 5 F1 49 51
Octal 256 255 362 34 35 0 5 361 111 121
Binary 10101110 10101101 11110010 11100 11101 0 101 11110001 1001001 1010001

Color Harmonies of #AEADF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEADF2

Black with #AEADF2

Text Example


Text Example

White with #AEADF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEADF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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