Html Css Color HEX #AAB2DB Perano

📋 copy color: '#AAB2DB'

red 170 ◦ green 178 ◦ blue 219

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

Shades of Perano #AAB2DB

Tints of Perano #AAB2DB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.39%

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

R = 29.98%
G = 31.39%
B = 38.62%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AAB2DB (or 0xAAB2DB) is known color: Perano. HEX triplet: AA, B2 and DB. RGB value is (170,178,219). Sum of RGB (Red+Green+Blue) = 170+178+219=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 178 (69.92% from 255 or 31.39% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAB2DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB2DB is #554D24. Grayscale: #B4B4B4. Windows color (decimal): -5590309 or 14398122. OLE color: 14398122.

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

Color convert

RGB 170 178 219 -
CMYK 0.22 0.19 0 0.14
HSL 230.2º 0.4% 0.76% -
HSV(B) 230.2º 0.22% 0.86% -
XYZ 45.28 45.5 73.41 -
YUV 180.28 149.85 120.67 -
System Red Green Blue C M Y K H S L
Decimal 170 178 219 0.22 0.19 0 0.14 230.2 0.4 0.76
Hex AA B2 DB 16 13 0 E E6 28 4C
Octal 252 262 333 26 23 0 16 346 50 114
Binary 10101010 10110010 11011011 10110 10011 0 1110 11100110 101000 1001100

Color Harmonies of #AAB2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB2DB

Black with #AAB2DB

Text Example


Text Example

White with #AAB2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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