#ADADEA

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

Shades of Perano #ADADEA

Tints of Perano #ADADEA

Color information

#ADADEA (or 0xADADEA) is unknown color: approx Perano. HEX triplet: AD, AD and EA. RGB value is (173,173,234). Sum of RGB (Red+Green+Blue) = 173+173+234=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADADEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADADEA is #525215. Grayscale: #B3B3B3. Windows color (decimal): -5394966 or 15379885. OLE color: 15379885.

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

Color convert

RGB173173234-
CMYK0.260.2600.08
HSL240º59.22%79.8%-
HSV(B)240º26.07%91.76%-
XYZ47.0344.7183.99-
YUV179.95158.5123.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.83%
GREEN value IS 173 (67.97% from 255) = 29.83%
BLUE value IS 234 (91.80% from 255) = 40.34%
R=29.83%
G=29.83%
B=40.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1731732340.260.2600.0824059.2279.8
HexADADEA1A1A08f03b50
Octal255255352323201036073120
Binary101011011010110111101010110101101001000111100001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADEA; }

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

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

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

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

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

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

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

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