Html Css Color HEX #AEBBDC Perano

📋 copy color: '#AEBBDC'

red 174 ◦ green 187 ◦ blue 220

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

Shades of Perano #AEBBDC

Tints of Perano #AEBBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.19%

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

R = 29.95%
G = 32.19%
B = 37.87%

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

#AEBBDC (or 0xAEBBDC) is known color: Perano. HEX triplet: AE, BB and DC. RGB value is (174,187,220). Sum of RGB (Red+Green+Blue) = 174+187+220=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEBBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBDC is #514423. Grayscale: #BABABA. Windows color (decimal): -5325860 or 14465966. OLE color: 14465966.

HSL color Cylindrical-coordinate representation of color #AEBBDC: hue angle of 223.04º 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 #AEBBDC is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 187 220 -
CMYK 0.21 0.15 0 0.14
HSL 223.04º 0.4% 0.77% -
HSV(B) 223.04º 0.21% 0.86% -
XYZ 48.14 49.71 74.77 -
YUV 186.88 146.69 118.82 -
System Red Green Blue C M Y K H S L
Decimal 174 187 220 0.21 0.15 0 0.14 223.04 0.4 0.77
Hex AE BB DC 15 F 0 E DF 28 4D
Octal 256 273 334 25 17 0 16 337 50 115
Binary 10101110 10111011 11011100 10101 1111 0 1110 11011111 101000 1001101

Color Harmonies of #AEBBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBBDC

Black with #AEBBDC

Text Example


Text Example

White with #AEBBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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