Html Css Color HEX #AEB6DB Perano

📋 copy color: '#AEB6DB'

red 174 ◦ green 182 ◦ blue 219

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

Shades of Perano #AEB6DB

Tints of Perano #AEB6DB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.65%

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

R = 30.26%
G = 31.65%
B = 38.09%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AEB6DB (or 0xAEB6DB) is known color: Perano. HEX triplet: AE, B6 and DB. RGB value is (174,182,219). Sum of RGB (Red+Green+Blue) = 174+182+219=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 182 (71.48% from 255 or 31.65% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEB6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB6DB is #514924. Grayscale: #B7B7B7. Windows color (decimal): -5327141 or 14399150. OLE color: 14399150.

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

Color convert

RGB 174 182 219 -
CMYK 0.21 0.17 0 0.14
HSL 229.33º 0.38% 0.77% -
HSV(B) 229.33º 0.21% 0.86% -
XYZ 46.97 47.57 73.72 -
YUV 183.83 147.85 120.99 -
System Red Green Blue C M Y K H S L
Decimal 174 182 219 0.21 0.17 0 0.14 229.33 0.38 0.77
Hex AE B6 DB 15 11 0 E E5 26 4D
Octal 256 266 333 25 21 0 16 345 46 115
Binary 10101110 10110110 11011011 10101 10001 0 1110 11100101 100110 1001101

Color Harmonies of #AEB6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB6DB

Black with #AEB6DB

Text Example


Text Example

White with #AEB6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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