#ADADE0

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

Shades of Perano #ADADE0

Tints of Perano #ADADE0

Color information

#ADADE0 (or 0xADADE0) is unknown color: approx Perano. HEX triplet: AD, AD and E0. RGB value is (173,173,224). Sum of RGB (Red+Green+Blue) = 173+173+224=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADADE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADE0 is #52521F. Grayscale: #B2B2B2. Windows color (decimal): -5394976 or 14724525. OLE color: 14724525.

HSL color Cylindrical-coordinate representation of color #ADADE0: hue angle of 240º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADADE0 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB173173224-
CMYK0.230.2300.12
HSL240º45.13%77.84%-
HSV(B)240º22.77%87.84%-
XYZ45.6344.1576.64-
YUV178.81153.5123.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.35%
GREEN value IS 173 (67.97% from 255) = 30.35%
BLUE value IS 224 (87.89% from 255) = 39.30%
R=30.35%
G=30.35%
B=39.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1731732240.230.2300.1224045.1377.84
HexADADE017170Cf02d4e
Octal255255340272701436055116
Binary101011011010110111100000101111011101100111100001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADE0; }

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

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

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

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

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

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

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

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