Html Css Color HEX #AEBADC Perano

📋 copy color: '#AEBADC'

red 174 ◦ green 186 ◦ blue 220

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

Shades of Perano #AEBADC

Tints of Perano #AEBADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.93%

R = 30%
G = 32.07%
B = 37.93%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AEBADC (or 0xAEBADC) is known color: Perano. HEX triplet: AE, BA and DC. RGB value is (174,186,220). Sum of RGB (Red+Green+Blue) = 174+186+220=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEBADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBADC is #514523. Grayscale: #BABABA. Windows color (decimal): -5326116 or 14465710. OLE color: 14465710.

HSL color Cylindrical-coordinate representation of color #AEBADC: hue angle of 224.35º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEBADC is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 186 220 -
CMYK 0.21 0.15 0 0.14
HSL 224.35º 0.4% 0.77% -
HSV(B) 224.35º 0.21% 0.86% -
XYZ 47.93 49.28 74.7 -
YUV 186.29 147.02 119.24 -
System Red Green Blue C M Y K H S L
Decimal 174 186 220 0.21 0.15 0 0.14 224.35 0.4 0.77
Hex AE BA DC 15 F 0 E E0 28 4D
Octal 256 272 334 25 17 0 16 340 50 115
Binary 10101110 10111010 11011100 10101 1111 0 1110 11100000 101000 1001101

Color Harmonies of #AEBADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBADC

Black with #AEBADC

Text Example


Text Example

White with #AEBADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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