Html Css Color HEX #AAADDB Perano

📋 copy color: '#AAADDB'

red 170 ◦ green 173 ◦ blue 219

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

Shades of Perano #AAADDB

Tints of Perano #AAADDB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.78%

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

R = 30.25%
G = 30.78%
B = 38.97%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AAADDB (or 0xAAADDB) is known color: Perano. HEX triplet: AA, AD and DB. RGB value is (170,173,219). Sum of RGB (Red+Green+Blue) = 170+173+219=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADDB is #555224. Grayscale: #B1B1B1. Windows color (decimal): -5591589 or 14396842. OLE color: 14396842.

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

Color convert

RGB 170 173 219 -
CMYK 0.22 0.21 0 0.14
HSL 236.33º 0.4% 0.76% -
HSV(B) 236.33º 0.22% 0.86% -
XYZ 44.31 43.55 73.09 -
YUV 177.35 151.51 122.76 -
System Red Green Blue C M Y K H S L
Decimal 170 173 219 0.22 0.21 0 0.14 236.33 0.4 0.76
Hex AA AD DB 16 15 0 E EC 28 4C
Octal 252 255 333 26 25 0 16 354 50 114
Binary 10101010 10101101 11011011 10110 10101 0 1110 11101100 101000 1001100

Color Harmonies of #AAADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAADDB

Black with #AAADDB

Text Example


Text Example

White with #AAADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAADDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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