Html Css Color HEX #AEBADD Perano

📋 copy color: '#AEBADD'

red 174 ◦ green 186 ◦ blue 221

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

Shades of Perano #AEBADD

Tints of Perano #AEBADD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.01%

 BLUE value IS 221 (86.72% from 255) = 38.04%

R = 29.95%
G = 32.01%
B = 38.04%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AEBADD (or 0xAEBADD) is known color: Perano. HEX triplet: AE, BA and DD. RGB value is (174,186,221). Sum of RGB (Red+Green+Blue) = 174+186+221=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #AEBADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBADD is #514522. Grayscale: #BABABA. Windows color (decimal): -5326115 or 14531246. OLE color: 14531246.

HSL color Cylindrical-coordinate representation of color #AEBADD: hue angle of 224.68º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEBADD is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 186 221 -
CMYK 0.21 0.16 0 0.13
HSL 224.68º 0.41% 0.77% -
HSV(B) 224.68º 0.21% 0.87% -
XYZ 48.07 49.34 75.4 -
YUV 186.4 147.52 119.15 -
System Red Green Blue C M Y K H S L
Decimal 174 186 221 0.21 0.16 0 0.13 224.68 0.41 0.77
Hex AE BA DD 15 10 0 D E1 29 4D
Octal 256 272 335 25 20 0 15 341 51 115
Binary 10101110 10111010 11011101 10101 10000 0 1101 11100001 101001 1001101

Color Harmonies of #AEBADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBADD

Black with #AEBADD

Text Example


Text Example

White with #AEBADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBADD; }

 p { color: rgb(174,186,221); }

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

background-color css

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

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

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

border-color css

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

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

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