#ADAAE6

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

Shades of Perano #ADAAE6

Tints of Perano #ADAAE6

Color information

#ADAAE6 (or 0xADAAE6) is unknown color: approx Perano. HEX triplet: AD, AA and E6. RGB value is (173,170,230). Sum of RGB (Red+Green+Blue) = 173+170+230=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 230 (90.23% from 255 or 40.14% from 573); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADAAE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAAE6 is #525519. Grayscale: #B1B1B1. Windows color (decimal): -5395738 or 15116973. OLE color: 15116973.

HSL color Cylindrical-coordinate representation of color #ADAAE6: hue angle of 243º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADAAE6 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB173170230-
CMYK0.250.2600.10
HSL243º54.55%78.43%-
HSV(B)243º26.09%90.2%-
XYZ45.8943.3580.81-
YUV177.74157.49124.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.19%
GREEN value IS 170 (66.80% from 255) = 29.67%
BLUE value IS 230 (90.23% from 255) = 40.14%
R=30.19%
G=29.67%
B=40.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1731702300.250.2600.1024354.5578.43
HexADAAE6191A0Af3374e
Octal255252346313201236367116
Binary101011011010101011100110110011101001010111100111101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAAE6; }

 p { color: rgb(173,170,230); }

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

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

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

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

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

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

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