Html Css Color HEX #AEADF0 Perano

📋 copy color: '#AEADF0'

red 174 ◦ green 173 ◦ blue 240

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

Shades of Perano #AEADF0

Tints of Perano #AEADF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.89%

R = 29.64%
G = 29.47%
B = 40.89%

CMYK

 C value IS 0.28

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AEADF0 (or 0xAEADF0) is known color: Perano. HEX triplet: AE, AD and F0. RGB value is (174,173,240). Sum of RGB (Red+Green+Blue) = 174+173+240=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 240 (94.14% from 255 or 40.89% from 587); Max value from RGB is 240 - color contains mainly: blue. Hex color #AEADF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEADF0 is #51520F. Grayscale: #B4B4B4. Windows color (decimal): -5329424 or 15773102. OLE color: 15773102.

HSL color Cylindrical-coordinate representation of color #AEADF0: hue angle of 240.9º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEADF0 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 173 240 -
CMYK 0.28 0.28 0 0.06
HSL 240.9º 0.69% 0.81% -
HSV(B) 240.9º 0.28% 0.94% -
XYZ 48.13 45.18 88.62 -
YUV 180.94 161.33 123.05 -
System Red Green Blue C M Y K H S L
Decimal 174 173 240 0.28 0.28 0 0.06 240.9 0.69 0.81
Hex AE AD F0 1C 1C 0 6 F1 45 51
Octal 256 255 360 34 34 0 6 361 105 121
Binary 10101110 10101101 11110000 11100 11100 0 110 11110001 1000101 1010001

Color Harmonies of #AEADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEADF0

Black with #AEADF0

Text Example


Text Example

White with #AEADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEADF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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