Html Css Color HEX #AEB9DB Perano

📋 copy color: '#AEB9DB'

red 174 ◦ green 185 ◦ blue 219

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

Shades of Perano #AEB9DB

Tints of Perano #AEB9DB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.01%

 BLUE value IS 219 (85.94% from 255) = 37.89%

R = 30.1%
G = 32.01%
B = 37.89%

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

#AEB9DB (or 0xAEB9DB) is known color: Perano. HEX triplet: AE, B9 and DB. RGB value is (174,185,219). Sum of RGB (Red+Green+Blue) = 174+185+219=578 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.10% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEB9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB9DB is #514624. Grayscale: #B9B9B9. Windows color (decimal): -5326373 or 14399918. OLE color: 14399918.

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

Color convert

RGB 174 185 219 -
CMYK 0.21 0.16 0 0.14
HSL 225.33º 0.38% 0.77% -
HSV(B) 225.33º 0.21% 0.86% -
XYZ 47.59 48.81 73.93 -
YUV 185.59 146.86 119.74 -
System Red Green Blue C M Y K H S L
Decimal 174 185 219 0.21 0.16 0 0.14 225.33 0.38 0.77
Hex AE B9 DB 15 10 0 E E1 26 4D
Octal 256 271 333 25 20 0 16 341 46 115
Binary 10101110 10111001 11011011 10101 10000 0 1110 11100001 100110 1001101

Color Harmonies of #AEB9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB9DB

Black with #AEB9DB

Text Example


Text Example

White with #AEB9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB9DB; }

 p { color: rgb(174,185,219); }

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

background-color css

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

 a { background-color: rgb(174,185,219); }

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

border-color css

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

 span { border-color: rgb(174,185,219); }

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