Html Css Color HEX #AEB4DC Perano

📋 copy color: '#AEB4DC'

red 174 ◦ green 180 ◦ blue 220

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

Shades of Perano #AEB4DC

Tints of Perano #AEB4DC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.36%

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

R = 30.31%
G = 31.36%
B = 38.33%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AEB4DC (or 0xAEB4DC) is known color: Perano. HEX triplet: AE, B4 and DC. RGB value is (174,180,220). Sum of RGB (Red+Green+Blue) = 174+180+220=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 180 (70.70% from 255 or 31.36% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEB4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB4DC is #514B23. Grayscale: #B6B6B6. Windows color (decimal): -5327652 or 14464174. OLE color: 14464174.

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

Color convert

RGB 174 180 220 -
CMYK 0.21 0.18 0 0.14
HSL 232.17º 0.4% 0.77% -
HSV(B) 232.17º 0.21% 0.86% -
XYZ 46.7 46.81 74.28 -
YUV 182.77 149.01 121.75 -
System Red Green Blue C M Y K H S L
Decimal 174 180 220 0.21 0.18 0 0.14 232.17 0.4 0.77
Hex AE B4 DC 15 12 0 E E8 28 4D
Octal 256 264 334 25 22 0 16 350 50 115
Binary 10101110 10110100 11011100 10101 10010 0 1110 11101000 101000 1001101

Color Harmonies of #AEB4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB4DC

Black with #AEB4DC

Text Example


Text Example

White with #AEB4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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