#ADB3DC

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

Shades of Perano #ADB3DC

Tints of Perano #ADB3DC

Color information

#ADB3DC (or 0xADB3DC) is unknown color: approx Perano. HEX triplet: AD, B3 and DC. RGB value is (173,179,220). Sum of RGB (Red+Green+Blue) = 173+179+220=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 179 (70.31% from 255 or 31.29% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADB3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB3DC is #524C23. Grayscale: #B5B5B5. Windows color (decimal): -5393444 or 14463917. OLE color: 14463917.

HSL color Cylindrical-coordinate representation of color #ADB3DC: hue angle of 232.34º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADB3DC is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB173179220-
CMYK0.210.1900.14
HSL232.34º40.17%77.06%-
HSV(B)232.34º21.36%86.27%-
XYZ46.2746.2974.21-
YUV181.88149.51121.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.24%
GREEN value IS 179 (70.31% from 255) = 31.29%
BLUE value IS 220 (86.33% from 255) = 38.46%
R=30.24%
G=31.29%
B=38.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731792200.210.1900.14232.3440.1777.06
HexADB3DC15130Ee8284d
Octal255263334252301635050115
Binary101011011011001111011100101011001101110111010001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB3DC; }

 p { color: rgb(173,179,220); }

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

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

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

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

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

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

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