#ADACE3

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

Shades of Perano #ADACE3

Tints of Perano #ADACE3

Color information

#ADACE3 (or 0xADACE3) is unknown color: approx Perano. HEX triplet: AD, AC and E3. RGB value is (173,172,227). Sum of RGB (Red+Green+Blue) = 173+172+227=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 227 (89.06% from 255 or 39.69% from 572); Max value from RGB is 227 - color contains mainly: blue. Hex color #ADACE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACE3 is #52531C. Grayscale: #B2B2B2. Windows color (decimal): -5395229 or 14920877. OLE color: 14920877.

HSL color Cylindrical-coordinate representation of color #ADACE3: hue angle of 241.09º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADACE3 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB173172227-
CMYK0.240.2400.11
HSL241.09º49.55%78.24%-
HSV(B)241.09º24.23%89.02%-
XYZ45.8543.9478.74-
YUV178.57155.33124.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.24%
GREEN value IS 172 (67.58% from 255) = 30.07%
BLUE value IS 227 (89.06% from 255) = 39.69%
R=30.24%
G=30.07%
B=39.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1731722270.240.2400.11241.0949.5578.24
HexADACE318180Bf1324e
Octal255254343303001336162116
Binary101011011010110011100011110001100001011111100011100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADACE3; }

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

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

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

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

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

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

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

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