Html Css Color HEX #AAB5DB Perano

📋 copy color: '#AAB5DB'

red 170 ◦ green 181 ◦ blue 219

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

Shades of Perano #AAB5DB

Tints of Perano #AAB5DB

RGB

 RED value IS 170 (66.8% from 255) = 29.82%

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

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

R = 29.82%
G = 31.75%
B = 38.42%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AAB5DB (or 0xAAB5DB) is known color: Perano. HEX triplet: AA, B5 and DB. RGB value is (170,181,219). Sum of RGB (Red+Green+Blue) = 170+181+219=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 181 (71.09% from 255 or 31.75% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAB5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB5DB is #554A24. Grayscale: #B5B5B5. Windows color (decimal): -5589541 or 14398890. OLE color: 14398890.

HSL color Cylindrical-coordinate representation of color #AAB5DB: hue angle of 226.53º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAB5DB is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 181 219 -
CMYK 0.22 0.17 0 0.14
HSL 226.53º 0.4% 0.76% -
HSV(B) 226.53º 0.22% 0.86% -
XYZ 45.89 46.71 73.61 -
YUV 182.04 148.86 119.41 -
System Red Green Blue C M Y K H S L
Decimal 170 181 219 0.22 0.17 0 0.14 226.53 0.4 0.76
Hex AA B5 DB 16 11 0 E E3 28 4C
Octal 252 265 333 26 21 0 16 343 50 114
Binary 10101010 10110101 11011011 10110 10001 0 1110 11100011 101000 1001100

Color Harmonies of #AAB5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB5DB

Black with #AAB5DB

Text Example


Text Example

White with #AAB5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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