Html Css Color HEX #AEB8DB Perano

📋 copy color: '#AEB8DB'

red 174 ◦ green 184 ◦ blue 219

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

Shades of Perano #AEB8DB

Tints of Perano #AEB8DB

RGB

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

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

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

R = 30.16%
G = 31.89%
B = 37.95%

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

#AEB8DB (or 0xAEB8DB) is known color: Perano. HEX triplet: AE, B8 and DB. RGB value is (174,184,219). Sum of RGB (Red+Green+Blue) = 174+184+219=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 184 (72.27% from 255 or 31.89% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEB8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB8DB is #514724. Grayscale: #B8B8B8. Windows color (decimal): -5326629 or 14399662. OLE color: 14399662.

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

Color convert

RGB 174 184 219 -
CMYK 0.21 0.16 0 0.14
HSL 226.67º 0.38% 0.77% -
HSV(B) 226.67º 0.21% 0.86% -
XYZ 47.38 48.39 73.86 -
YUV 185 147.19 120.15 -
System Red Green Blue C M Y K H S L
Decimal 174 184 219 0.21 0.16 0 0.14 226.67 0.38 0.77
Hex AE B8 DB 15 10 0 E E3 26 4D
Octal 256 270 333 25 20 0 16 343 46 115
Binary 10101110 10111000 11011011 10101 10000 0 1110 11100011 100110 1001101

Color Harmonies of #AEB8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB8DB

Black with #AEB8DB

Text Example


Text Example

White with #AEB8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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