Html Css Color HEX #AEB8DC Perano

📋 copy color: '#AEB8DC'

red 174 ◦ green 184 ◦ blue 220

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

Shades of Perano #AEB8DC

Tints of Perano #AEB8DC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.83%

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

R = 30.1%
G = 31.83%
B = 38.06%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AEB8DC (or 0xAEB8DC) is known color: Perano. HEX triplet: AE, B8 and DC. RGB value is (174,184,220). Sum of RGB (Red+Green+Blue) = 174+184+220=578 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.10% from 578); Green value is 184 (72.27% from 255 or 31.83% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEB8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB8DC is #514723. Grayscale: #B8B8B8. Windows color (decimal): -5326628 or 14465198. OLE color: 14465198.

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

Color convert

RGB 174 184 220 -
CMYK 0.21 0.16 0 0.14
HSL 226.96º 0.4% 0.77% -
HSV(B) 226.96º 0.21% 0.86% -
XYZ 47.51 48.45 74.56 -
YUV 185.11 147.69 120.07 -
System Red Green Blue C M Y K H S L
Decimal 174 184 220 0.21 0.16 0 0.14 226.96 0.4 0.77
Hex AE B8 DC 15 10 0 E E3 28 4D
Octal 256 270 334 25 20 0 16 343 50 115
Binary 10101110 10111000 11011100 10101 10000 0 1110 11100011 101000 1001101

Color Harmonies of #AEB8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB8DC

Black with #AEB8DC

Text Example


Text Example

White with #AEB8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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