#ADADE9

Color #ADADE9 Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #ADADE9

Tints of Perano #ADADE9

Color information

#ADADE9 (or 0xADADE9) is unknown color: approx Perano. HEX triplet: AD, AD and E9. RGB value is (173,173,233). Sum of RGB (Red+Green+Blue) = 173+173+233=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 233 (91.41% from 255 or 40.24% from 579); Max value from RGB is 233 - color contains mainly: blue. Hex color #ADADE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADADE9 is #525216. Grayscale: #B3B3B3. Windows color (decimal): -5394967 or 15314349. OLE color: 15314349.

HSL color Cylindrical-coordinate representation of color #ADADE9: hue angle of 240º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADADE9 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173173233-
CMYK0.260.2600.09
HSL240º57.69%79.61%-
HSV(B)240º25.75%91.37%-
XYZ46.8944.6583.24-
YUV179.84158123.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.88%
GREEN value IS 173 (67.97% from 255) = 29.88%
BLUE value IS 233 (91.41% from 255) = 40.24%
R=29.88%
G=29.88%
B=40.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1731732330.260.2600.0924057.6979.61
HexADADE91A1A09f03a50
Octal255255351323201136072120
Binary101011011010110111101001110101101001001111100001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADE9; }

 p { color: rgb(173,173,233); }

 H1.HeaderClassName
 {
   color: #ADADE9;
 }
 .AnyTagClassName
 {
   color: #ADADE9;
 }
</style>
background-color css

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

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

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

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

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

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