Html Css Color HEX #AAB6DB Perano

📋 copy color: '#AAB6DB'

red 170 ◦ green 182 ◦ blue 219

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

Shades of Perano #AAB6DB

Tints of Perano #AAB6DB

RGB

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

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

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

R = 29.77%
G = 31.87%
B = 38.35%

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

#AAB6DB (or 0xAAB6DB) is known color: Perano. HEX triplet: AA, B6 and DB. RGB value is (170,182,219). Sum of RGB (Red+Green+Blue) = 170+182+219=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 182 (71.48% from 255 or 31.87% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAB6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB6DB is #554924. Grayscale: #B6B6B6. Windows color (decimal): -5589285 or 14399146. OLE color: 14399146.

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

Color convert

RGB 170 182 219 -
CMYK 0.22 0.17 0 0.14
HSL 225.31º 0.4% 0.76% -
HSV(B) 225.31º 0.22% 0.86% -
XYZ 46.09 47.12 73.68 -
YUV 182.63 148.52 118.99 -
System Red Green Blue C M Y K H S L
Decimal 170 182 219 0.22 0.17 0 0.14 225.31 0.4 0.76
Hex AA B6 DB 16 11 0 E E1 28 4C
Octal 252 266 333 26 21 0 16 341 50 114
Binary 10101010 10110110 11011011 10110 10001 0 1110 11100001 101000 1001100

Color Harmonies of #AAB6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB6DB

Black with #AAB6DB

Text Example


Text Example

White with #AAB6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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