#ADADE8

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

Shades of Perano #ADADE8

Tints of Perano #ADADE8

Color information

#ADADE8 (or 0xADADE8) is unknown color: approx Perano. HEX triplet: AD, AD and E8. RGB value is (173,173,232). Sum of RGB (Red+Green+Blue) = 173+173+232=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 232 (91.02% from 255 or 40.14% from 578); Max value from RGB is 232 - color contains mainly: blue. Hex color #ADADE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADADE8 is #525217. Grayscale: #B3B3B3. Windows color (decimal): -5394968 or 15248813. OLE color: 15248813.

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

Color convert

RGB173173232-
CMYK0.250.2500.09
HSL240º56.19%79.41%-
HSV(B)240º25.43%90.98%-
XYZ46.7444.682.49-
YUV179.73157.5123.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.93%
GREEN value IS 173 (67.97% from 255) = 29.93%
BLUE value IS 232 (91.02% from 255) = 40.14%
R=29.93%
G=29.93%
B=40.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1731732320.250.2500.0924056.1979.41
HexADADE8191909f0384f
Octal255255350313101136070117
Binary101011011010110111101000110011100101001111100001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADE8; }

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

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

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

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

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

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

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

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