Html Css Color HEX #AEB5DB Perano

📋 copy color: '#AEB5DB'

red 174 ◦ green 181 ◦ blue 219

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

Shades of Perano #AEB5DB

Tints of Perano #AEB5DB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.53%

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

R = 30.31%
G = 31.53%
B = 38.15%

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

#AEB5DB (or 0xAEB5DB) is known color: Perano. HEX triplet: AE, B5 and DB. RGB value is (174,181,219). Sum of RGB (Red+Green+Blue) = 174+181+219=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 181 (71.09% from 255 or 31.53% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEB5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB5DB is #514A24. Grayscale: #B7B7B7. Windows color (decimal): -5327397 or 14398894. OLE color: 14398894.

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

Color convert

RGB 174 181 219 -
CMYK 0.21 0.17 0 0.14
HSL 230.67º 0.38% 0.77% -
HSV(B) 230.67º 0.21% 0.86% -
XYZ 46.77 47.16 73.66 -
YUV 183.24 148.18 121.41 -
System Red Green Blue C M Y K H S L
Decimal 174 181 219 0.21 0.17 0 0.14 230.67 0.38 0.77
Hex AE B5 DB 15 11 0 E E7 26 4D
Octal 256 265 333 25 21 0 16 347 46 115
Binary 10101110 10110101 11011011 10101 10001 0 1110 11100111 100110 1001101

Color Harmonies of #AEB5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB5DB

Black with #AEB5DB

Text Example


Text Example

White with #AEB5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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