#ADACE9

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

Shades of Perano #ADACE9

Tints of Perano #ADACE9

Color information

#ADACE9 (or 0xADACE9) is unknown color: approx Perano. HEX triplet: AD, AC and E9. RGB value is (173,172,233). Sum of RGB (Red+Green+Blue) = 173+172+233=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 233 (91.41% from 255 or 40.31% from 578); Max value from RGB is 233 - color contains mainly: blue. Hex color #ADACE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADACE9 is #525316. Grayscale: #B3B3B3. Windows color (decimal): -5395223 or 15314093. OLE color: 15314093.

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

Color convert

RGB173172233-
CMYK0.260.2600.09
HSL240.98º58.1%79.41%-
HSV(B)240.98º26.18%91.37%-
XYZ46.6944.2783.18-
YUV179.25158.33123.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.93%
GREEN value IS 172 (67.58% from 255) = 29.76%
BLUE value IS 233 (91.41% from 255) = 40.31%
R=29.93%
G=29.76%
B=40.31%

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
Decimal1731722330.260.2600.09240.9858.179.41
HexADACE91A1A09f13a4f
Octal255254351323201136172117
Binary101011011010110011101001110101101001001111100011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADACE9; }

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

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

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

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

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

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

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

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