Html Css Color HEX #AEB1DC Perano

📋 copy color: '#AEB1DC'

red 174 ◦ green 177 ◦ blue 220

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

Shades of Perano #AEB1DC

Tints of Perano #AEB1DC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31%

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

R = 30.47%
G = 31%
B = 38.53%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AEB1DC (or 0xAEB1DC) is known color: Perano. HEX triplet: AE, B1 and DC. RGB value is (174,177,220). Sum of RGB (Red+Green+Blue) = 174+177+220=571 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.47% from 571); Green value is 177 (69.53% from 255 or 31.00% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEB1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB1DC is #514E23. Grayscale: #B4B4B4. Windows color (decimal): -5328420 or 14463406. OLE color: 14463406.

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

Color convert

RGB 174 177 220 -
CMYK 0.21 0.20 0 0.14
HSL 236.09º 0.4% 0.77% -
HSV(B) 236.09º 0.21% 0.86% -
XYZ 46.1 45.61 74.08 -
YUV 181.01 150.01 123 -
System Red Green Blue C M Y K H S L
Decimal 174 177 220 0.21 0.20 0 0.14 236.09 0.4 0.77
Hex AE B1 DC 15 14 0 E EC 28 4D
Octal 256 261 334 25 24 0 16 354 50 115
Binary 10101110 10110001 11011100 10101 10100 0 1110 11101100 101000 1001101

Color Harmonies of #AEB1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB1DC

Black with #AEB1DC

Text Example


Text Example

White with #AEB1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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